diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:56:50 +0000 |
commit | 6637322c8ab1c5ff80a2b6ca59c9ba1d40aeba2c (patch) | |
tree | 04e41667e9eae835f5d88bda4f6d3f5c2664de01 /.github/ISSUE_TEMPLATE | |
parent | Initial commit. (diff) | |
download | sphinx-rtd-theme-upstream.tar.xz sphinx-rtd-theme-upstream.zip |
Adding upstream version 2.0.0+dfsg.upstream/2.0.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0c0a530 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'Bug, Needed: replication' +assignees: '' + +--- + +### Problem + +Give details on your issue. + +### Reproducible Project + +Please give a link to a public reproducible project or provide an example of the Restructured Text that gives an issue. + +```rst +Place RST code here (if any). +``` + +#### Error Logs/Results + +Place any images or error logs that might be able to help solve the issue here. + +#### Expected Results + +Please describe how this should work properly. + +### Environment Info + +- Python Version: +- Sphinx Version: +- RTD Theme Version: |