Skip to content

Commit

Permalink
Create standard_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Dec 11, 2023
1 parent 5e9004f commit 060f966
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/standard_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!---
Please add a title which is a concise description of what you are doing,
e.g. 'Fix bug with numpy import in pycbc_coinc_findtrigs'
--->

<!---
This is a (first attempt at a) template for PyCBC pull requests.
- Please add sufficient details so that people looking back at the request with no context around the work
can understand the changes.
- To choose reviewers, please look at the git blame for the code you are changing (if applicable),
or discuss in the gwastro slack.
- Please add labels as appropriate
-->

<!--- Some basic info about the change --->
This is a:
- [ ] Bug fix
- [ ] New feature
- [ ] Efficiency update
- [ ] Other (please describe)
- <description>

This change will:
- [ ] break current functionality
- [ ] require additional dependencies
- [ ] require a new release
- [ ] Other (please describe)
- <description>

## Motivation
<!--- Describe why your changes are being made -->

## Contents
<!--- Describe your changes, this doesnt need to be line-by-line,
but rather a general discussion of the methods chosen -->

## Links to any issues

## Testing performed
<!--- Describe tests for the code changes, either already performed or to be performed -->

## Additional notes
<!--- Anything which does not fit in the above sections -->

0 comments on commit 060f966

Please sign in to comment.