diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 1763232d..79dfa304 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -6,16 +6,9 @@ labels: bug --- - - ### Prerequisites -* [ ] Put an X between the brackets on this line if you have done all of the following: - * Checked that your issue isn't already filed: https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+user%3Atriqs +* Please check that a similar issue isn't already filed: https://github.com/issues?q=is%3Aissue+user%3Atriqs ### Description @@ -27,19 +20,25 @@ https://groups.google.com/a/flatironinstitute.org/forum/#!forum/triqs 2. [Second Step] 3. [and so on...] +or paste a minimal code example to reproduce the issue. + **Expected behavior:** [What you expect to happen] **Actual behavior:** [What actually happens] -**Reproduces how often:** [What percentage of the time does it reproduce?] - ### Versions +Please provide the application version that you used. + You can get this information from copy and pasting the output of ```bash python -c "from app4triqs.version import *; show_version(); show_git_hash();" ``` -from the command line. Also, please include the OS and what version of the OS you're running. +from the command line. Also, please include the OS you are running and its version. + +### Formatting + +Please use markdown in your issue message. A useful summary of commands can be found [here](https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf). ### Additional Information diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 136768cd..1ed18b43 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -6,25 +6,14 @@ labels: feature --- - - ### Summary One paragraph explanation of the feature. ### Motivation -Why are we doing this? What use cases does it support? What is the expected outcome? +Why is this feature of general interest? -### Describe alternatives you've considered +### Implementation -A clear and concise description of the alternative solutions you've considered. -Be sure to explain why the existing customizability of app4triqs isn't suitable for this feature. - -### Additional context - -Add any other context about the feature request here. +What user interface do you suggest?