-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue and pull request templates
- Loading branch information
Showing
5 changed files
with
65 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,24 @@ | ||
--- | ||
name: "\U0001F41E Bug report" | ||
about: 'Reporting a bug or other unexpected behavior' | ||
title: '' | ||
labels: bug | ||
|
||
--- | ||
|
||
### The problem | ||
_A description of what the bug is, including a complete traceback (if applicable)_ | ||
|
||
### Expected behavior | ||
_A description of what you expected to happen_ | ||
|
||
### Steps to reproduce the behavior | ||
_With a complete code example, if possible_ | ||
|
||
### Workarounds | ||
_Is there an existing workaround for this issue?_ | ||
|
||
### Environment | ||
- OS & version: [e.g. Debian 10] | ||
- Python version: [e.g. `3.12`] | ||
- Pyinaturalist-convert version or branch: [e.g. `0.6` or `main` branch] |
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,15 @@ | ||
--- | ||
name: "\U0001F680 Feature request" | ||
about: 'Request a new feature or other non-bugfix improvement' | ||
title: 'Feature request:' | ||
labels: enhancement | ||
|
||
--- | ||
|
||
### Feature description | ||
|
||
### Use case | ||
_Is there a specific goal that this would help you accomplish, or can you provide any other context about how you would like to use this feature?_ | ||
|
||
### Workarounds | ||
_Is there an existing workaround to accomplish this?_ |
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,12 @@ | ||
--- | ||
name: "\U00002754 Question" | ||
about: 'Question about pyinaturalist-convert' | ||
title: '' | ||
labels: question | ||
|
||
--- | ||
|
||
<!-- | ||
Note: For more open-ended questions, please create a new discussion: | ||
https://github.com/orgs/pyinat/discussions | ||
--> |
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,11 @@ | ||
Closes #<issue number> | ||
|
||
<!-- | ||
If any of the items below don't apply to your PR, you can just remove them. | ||
See the contributing guide for more info: | ||
https://pyinaturalist.readthedocs.io/en/main/contributing.html | ||
--> | ||
### Checklist | ||
- [ ] Add doctrings + type annotations | ||
- [ ] Verify that docs build correctly in Sphinx | ||
- [ ] Add unit tests for any new/changed behavior |
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