-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: CONTRIBUTING with project name #53
Conversation
✅ Deploy Preview for nimble-praline-605cf6 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but this PR doesn't respect our workflow : remind that you have first to make a PR from fix/contributing
to dev
, and then once it's merged, from dev
to master
.
It's important to strictly follow this workflow, especially at the beginning of the project and even for small changes.
Moreover, please do not remove check points in the PR's checklist. You've removed these two :
- [ ] I have tested this code
- [ ] I have added / updated tests (unit / functionals / end-to-end / ...)
Be aware that it's ok if everything is not ticked, sometimes you don't need it. But don't remove them.
Otherwise, you've assigned this PR to the right issue with an assignee, that's great !
@adrienfort I used your PR #40 that added this template as an example for this one, and as it was merged directly on master (the Same for the checkpoints, you also removed these two in your PR so I did the same. Anyway it's fixed now ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you correctly rebase your PR? I see a bunch of commits from dependabot and merge commit.
git rebase dev (or main) should be enough.
Otherwise, LGTM.
Yes your are right ! I forgot this |
I tried
|
Yes ! That's because the |
Fixed ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, everything seems clean !
Before merging, @RezaRahemtola @TristanMasselot @Samoten777 have you played on your own with PoC's project template ? |
Yes, I used it in a personal repository, and it works perfectly fine ! 👍🏾 |
Description
CONTRIBUTING.md template updated with the project name and repository link
Related to issue #41
Changes include
Checklist