forked from IGNF/road2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[github] update issues and PR templates (IGNF#78)
* wip: update templates * [github] add a PR template * [doc] update changelog
- Loading branch information
Showing
4 changed files
with
47 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Need | ||
|
||
Please, make one PR per feature or fix, and describe the reason of it. | ||
|
||
What is appreciated is to link this PR to an existing issue created with a template of this project. | ||
|
||
### Tasks | ||
|
||
- [ ] Code the feature on a new branch created from develop (see next paragraph) | ||
- [ ] Update tests | ||
- [ ] utest/itest if modification of a classe | ||
- [ ] rtest if modification of an API | ||
- [ ] ctest if modification of a configuration | ||
- [ ] Run tests | ||
- [ ] Inside the docker provided by the project : rtest, ctest, utest, itest | ||
- [ ] Manually if necessary | ||
- [ ] Update the documentation | ||
- [ ] changelog.md | ||
- [ ] documentation directory | ||
- [ ] If possible, rebase your branch from develop | ||
|
||
### Code | ||
|
||
Please, describe what has been done to achieve this feature or fix. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters