From 07d5bbfd12ccf7a155d056de14e9c25bc83bcbdc Mon Sep 17 00:00:00 2001 From: Thomas H Jones II Date: Wed, 8 Nov 2023 10:53:35 -0500 Subject: [PATCH] Provide a set of issue and PR templates Closes #2 --- .github/ISSUE_TEMPLATE/bug-report.md | 48 ++++++++++++++++ .github/ISSUE_TEMPLATE/documentation-error.md | 29 ++++++++++ .../ISSUE_TEMPLATE/documentation-request.md | 37 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++ .github/PULL_REQUEST_TEMPLATE/bug_fix.md | 20 +++++++ .../documentation_fix.md | 20 +++++++ .../documentation_new.md | 20 +++++++ .github/PULL_REQUEST_TEMPLATE/generic.md | 24 ++++++++ .github/PULL_REQUEST_TEMPLATE/new_feature.md | 20 +++++++ .github/contributing.md | 56 +++++++++++++++++++ .github/issue_template.md | 25 +++++++++ 11 files changed, 319 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-error.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_fix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/documentation_fix.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/documentation_new.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/generic.md create mode 100644 .github/PULL_REQUEST_TEMPLATE/new_feature.md create mode 100644 .github/contributing.md create mode 100644 .github/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..4430171 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,48 @@ +--- +name: Bug Report +about: Report problems encountered with this project's functional content +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** + + +**Severity** + + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + + +**Expected behavior** + + +**Deviance Description** + + +**Screenshots** + + +**Additional context** + + +**Fix Suggestions** + diff --git a/.github/ISSUE_TEMPLATE/documentation-error.md b/.github/ISSUE_TEMPLATE/documentation-error.md new file mode 100644 index 0000000..c831fc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-error.md @@ -0,0 +1,29 @@ +--- +name: Documentation Error +about: Report problems with existing documentation +title: "[Documentation Bug]" +labels: bug, documentation +assignees: '' + +--- + +**Nature of documentation error** + + + +**Document Location** + + + +**Proposed Fix** + diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md new file mode 100644 index 0000000..0fb50bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -0,0 +1,37 @@ +--- +name: Documentation Request +about: Request new documentation or improvements documentation +title: "[Documentation]" +labels: documentation, enhancement +assignees: '' + +--- + +**New doc or update?** + + + +**Documentation blurb** + + + +**Relevance** + + + +- Document Name (Existing or Proposed) +- Document Location (Path within project, etc.) + - Current Location + - Requested Location (if different from current) +- Associated Feature + - Overview/Description + - Use cases diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..81cf933 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 0000000..304e8b3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,20 @@ +--- +name: Pull Request - Bug-Fix +about: Fixes functionality error in project +title: '[Big-Fix]' +labels: bug +assignees: '' + +--- + +**Description:** + + + +**Rationale:** + + + +**Reference Issue:** + + + +**Rationale:** + + + +**Reference Issue:** + + + +**Rationale:** + + + +**Reference Issue:** + + + +**Rationale:** + + + +**Reference Issue:** + + diff --git a/.github/PULL_REQUEST_TEMPLATE/new_feature.md b/.github/PULL_REQUEST_TEMPLATE/new_feature.md new file mode 100644 index 0000000..de5833c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/new_feature.md @@ -0,0 +1,20 @@ +--- +name: Pull Request - New Feature +about: Provide new code to enhance project +title: '[Feature Addition]' +labels: enhancement +assignees: '' + +--- + +**Description:** + + + +**Rationale:** + + + +**Reference Issue:** + +