diff options
Diffstat (limited to '')
-rw-r--r-- | .github/CODEOWNERS | 1 | ||||
-rw-r--r-- | .github/CODE_OF_CONDUCT.md | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 34 |
3 files changed, 40 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8fa0ef8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @readthedocs/theme diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..a707608 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,5 @@ +# Code of Conduct + +A copy of our code of conduct can be found on Read the Docs as seen below. + +http://docs.readthedocs.io/en/latest/code-of-conduct.html 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: |