From e0e2031d80ae2059bda63908ec1f6b1ba6c6ad8b Mon Sep 17 00:00:00 2001 From: David Shriver Date: Tue, 1 Aug 2023 20:16:18 -0400 Subject: [PATCH] chore: add github issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..598316a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Report a problem +title: '' +labels: bug +assignees: '' + +--- + +# Bug Report + +## Describe the bug + + +## System information + + +- OS Platform and Distribution (*e.g., Linux Ubuntu 20.04*): +- System architecture (*e.g., x86-64 or aarch64*): +- Python implementation and version (*e.g., CPython 3.11*): +- Intercepts version: + +## Steps to Reproduce + + +### Observed behavior + + +### Expected behavior + + +## Notes + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6d4ed49 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Frequently Asked Questions + url: https://github.com/dlshriver/intercepts/discussions + about: Some common problems and questions are discussed here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..14b48b0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for how to enhance intercepts +title: '' +labels: enhancement +assignees: '' + +--- + +# Feature Request + +## Is your feature request related to a problem? Please describe. + + +## Describe the solution you'd like + + +## Describe alternatives you've considered + + +## Additional context +