-
Notifications
You must be signed in to change notification settings - Fork 33
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
Showing
4 changed files
with
58 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,26 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in GMSO | ||
|
||
--- | ||
|
||
**Bug summary** | ||
|
||
What were you trying to do and what happened instead? Please copy and paste the stack output | ||
|
||
|
||
**Code to reproduce the behavior** | ||
|
||
Please include a code snippet that can be used to reproduce this bug. | ||
|
||
```python | ||
# Paste your code here | ||
# | ||
# | ||
``` | ||
|
||
**Software versions** | ||
|
||
- Which version of GMSO are you using? (`python -c "import gmso; print(gmso.__version__)"`) | ||
- Which version of Python (`python --version`)? | ||
- Which operating system? |
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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an improvement to GMSO | ||
|
||
--- | ||
|
||
**Describe the behavior you would like added to GMSO** | ||
A clear and concise description of what the proposed idea is. | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
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,7 @@ | ||
--- | ||
name: Questions/discussions | ||
about: For usage questions, important notes, and other discussions. | ||
|
||
--- | ||
|
||
**A summary of the question or discussion topic.** |
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,8 @@ | ||
### PR Summary: | ||
|
||
### PR Checklist | ||
------------ | ||
- [ ] Includes appropriate unit test(s) | ||
- [ ] Appropriate docstring(s) are added/updated | ||
- [ ] Code is (approximately) PEP8 compliant | ||
- [ ] Issue(s) raised/addressed? |