Skip to content

Commit

Permalink
chore(github): update pull request template
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 25, 2022
1 parent f5ef429 commit 82518ba
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
33 changes: 21 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,36 @@

## Tests

<!--
What did you test? List tests, include snippet from test suites, or write "N/A"
if tests were not needed.
-->
<!-- What did you test? List tests, include snippet from test suites, or write "N/A" if tests were not needed. -->

## Additional context
## Linked issues

<!--
Add any other information (docs, files, issue references, etc) about the pull
request here.
A list of linked issues and/or pull requests.
- <closes|fixes|resolves> #<issue-number>
- <prereleases|releases> #<pr-number>
-->

## Linked issues
## Related documents

<!-- closes #[issue number], fixes #[issue number] -->
<!-- A list of related documents (e.g. docs, proposals, specs, etc), if any. -->

-
-
-

## Additional context

<!-- Include additional details here. Be sure to note if any tolerable vulnerabilities or warnings have been introduced. -->

## Submission checklist

- [ ] [pr naming conventions][1]
- [ ] project was run locally to verify that there are no errors
- [ ] self-review performed
- [ ] tests added and/or updated
- [ ] documentation added or updated
- [ ] new, **tolerable** vulnerabilities and/or warnings documented, if any
- [ ] [pr naming conventions][1]

[1]:
https://github.com/flex-development/dist-tag-action/blob/main/CONTRIBUTING.md#pull-request-titles
https://github.com/flex-development/dist-tag-action/blob/main/CONTRIBUTING.md#pull-request-titles
16 changes: 9 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,16 +283,18 @@ https://github.com/flex-development/dist-tag-action/compare/main...$branch

where `$branch` is the name of the branch you'd like to merge into `main`.
All PRs are subject to review before being merged into `main`.
Before submitting a PR, be sure you have:
- performed a self-review of your changes
- added and/or updated relevant tests
- added and/or updated relevant documentation
Every PR you open should:
- follow [**this template**](.github/PULL_REQUEST_TEMPLATE.md)
- [follow this template](.github/PULL_REQUEST_TEMPLATE.md)
- [be titled appropriately](#pull-request-titles)
- be assigned to yourself
- be [labeled](#labels) appropriately
**Note**: All PRs are subject to code reviews before being merged into `main`.
If any changes are requested, they'll need to be implemented before the PR is
approved and merged.
### Pull Request Titles
Expand Down

0 comments on commit 82518ba

Please sign in to comment.