-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PR and bug report templates (#177)
- Loading branch information
1 parent
89d8b0c
commit fc781b2
Showing
3 changed files
with
51 additions
and
1 deletion.
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
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,19 @@ | ||
Description | ||
----------- | ||
|
||
Insert your PR description here. Thanks for contributing to forest Benchmarking! :) | ||
|
||
Checklist | ||
--------- | ||
|
||
- [ ] The above description motivates these changes. | ||
- [ ] There is a unit test that covers these changes. | ||
- [ ] The code respects the API separation discussed in .github/CONTRIBUTING.md. | ||
- [ ] Relevant references and equations are cited using our standard reference style. | ||
- [ ] All new and existing tests pass locally and on Semaphore. | ||
- [ ] Parameters have type hints with [PEP 484 syntax](https://www.python.org/dev/peps/pep-0484/). | ||
- [ ] Functions and classes have useful sphinx-style docstrings. | ||
- [ ] (New Feature) The docs and example notebooks have been updated accordingly. | ||
- [ ] (Bugfix) The associated issue is referenced above using | ||
[auto-close keywords](https://help.github.com/en/articles/closing-issues-using-keywords). | ||
- [ ] The changelog (`docs/source/changes.rst`) has a description of this change. |
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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
||
Tell us the versions of your environment (ensure you are running the latest): | ||
|
||
- [ ] forest benchmarking version: | ||
- [ ] pyQuil version: | ||
- [ ] qvm version: | ||
- [ ] quilc version: | ||
|
||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
|
||
**Steps to reproduce the behavior** | ||
|
||
1. run this | ||
2. get that | ||
3. ... | ||
4. See error | ||
|
||
|
||
**Possible solutions** |