Skip to content

Commit 4ed7892

Browse files
authored
Merge pull request #617 from dotarjun/fixes-issue-616
feat: add PR template
2 parents e0b6914 + 57dfdda commit 4ed7892

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- Delete Template sections if unneccesary -->
2+
<!-- Add issue number here (We encourage you to create the Issue First) -->
3+
<!-- You can also link the issue in Commit Messages -->
4+
5+
Fixes #0000
6+
7+
<!--
8+
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
9+
* [x] - Checked Box
10+
* [ ] - Unchecked Box
11+
-->
12+
13+
### Tasks
14+
15+
* [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-workbench/blob/develop/CONTRIBUTING.rst)
16+
* [ ] PR is descriptively titled and links the original issue above.
17+
* [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR
18+
Run [tests](https://github.com/nexB/scancode-workbench?tab=readme-ov-file#testing) locally to check for errors.
19+
* [ ] Commits are in uniquely-named feature branch and has no merge conflicts
20+
* [ ] Looked for possible updates in documentation and added updates if applicable
21+
* [ ] Updated CHANGELOG.rst
22+
<!--
23+
We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged**
24+
if your tests fail at first!
25+
If tests do fail, click on the red `X` to learn why by reading the logs.
26+
Thanks!
27+
-->
28+
29+
<!-- Don't forget to Signoff -->

0 commit comments

Comments
 (0)