-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #617 from dotarjun/fixes-issue-616
feat: add PR template
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!-- Delete Template sections if unneccesary --> | ||
<!-- Add issue number here (We encourage you to create the Issue First) --> | ||
<!-- You can also link the issue in Commit Messages --> | ||
|
||
Fixes #0000 | ||
|
||
<!-- | ||
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! | ||
* [x] - Checked Box | ||
* [ ] - Unchecked Box | ||
--> | ||
|
||
### Tasks | ||
|
||
* [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-workbench/blob/develop/CONTRIBUTING.rst) | ||
* [ ] PR is descriptively titled and links the original issue above. | ||
* [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR | ||
Run [tests](https://github.com/nexB/scancode-workbench?tab=readme-ov-file#testing) locally to check for errors. | ||
* [ ] Commits are in uniquely-named feature branch and has no merge conflicts | ||
* [ ] Looked for possible updates in documentation and added updates if applicable | ||
* [ ] Updated CHANGELOG.rst | ||
<!-- | ||
We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** | ||
if your tests fail at first! | ||
If tests do fail, click on the red `X` to learn why by reading the logs. | ||
Thanks! | ||
--> | ||
|
||
<!-- Don't forget to Signoff --> |