-
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.
Merge pull request #12 from ADACS-Australia/feature/docker
Add pull_request template to the rendered template; update ADACS logo with off-white bg to match RTD theme.
- Loading branch information
Showing
5 changed files
with
48 additions
and
17 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
26 changes: 26 additions & 0 deletions
26
{{cookiecutter.repo_name}}/.github/pull_request_template.md
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,26 @@ | ||
## Pull Request | ||
|
||
### Description | ||
[Provide a brief description of the changes or features implemented in this pull request.] | ||
|
||
### Related Issue(s) | ||
[If applicable, mention any related issues or tasks that this pull request addresses.] | ||
|
||
### Checklists | ||
Please indicate which of the following (if any) are being contributed to the codebase by this PR: | ||
|
||
- [ ] New feature(s) (warranting a MINOR version bump); | ||
- [ ] Breaking change(s) (warranting a MAJOR version bump); | ||
- [ ] Bug fix(es); or | ||
- [ ] Documentation improvements. | ||
|
||
**Make sure that `[version:minor]` gets added to the head commit message if a MINOR bump is needed; `[version:major]` if a MAJOR bump is needed.** | ||
|
||
Please ensure that the following have been addressed (if applicable) before submitting your PR: | ||
|
||
- [ ] Unit tests have been added or updated to ensure proper functionality; | ||
- [ ] Documentation has been updated to reflect the changes (if applicable); and | ||
- [ ] All commit messages are clear and descriptive. | ||
|
||
### Notes for reviewers | ||
[Include any additional information or notes that may be helpful for reviewers.] |
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