forked from gwastro/pycbc
-
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.
- Loading branch information
1 parent
5e9004f
commit 060f966
Showing
1 changed file
with
43 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,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 --> |