Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue pr template #168

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Bug Report
about: Create a report to help us improve

title: "[Bug] "

body:
- type: textarea
id: description
attributes:
label: Describe the Bug
validations:
required: true
- type: textarea
id: reproduction_steps
attributes:
label: Steps to Reproduce the Bug
validations:
required: true
- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: actual_behavior
attributes:
label: Actual Behavior
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Documentation Update
about: Suggest an update to the documentation

title: "[Documentation Update] "

body:
- type: textarea
id: description
attributes:
label: Describe the Documentation Update
validations:
required: true
- type: textarea
id: location
attributes:
label: Location in Documentation
validations:
required: true
- type: textarea
id: suggested_changes
attributes:
label: Suggested Changes
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/enhacement_proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Enhancement Proposal
about: Propose an enhancement to this project

title: "[Enhancement Proposal] "

body:
- type: textarea
id: description
attributes:
label: Describe the Enhancement Proposal
validations:
required: true
- type: textarea
id: rationale
attributes:
label: Rationale
validations:
required: true
- type: textarea
id: implementation_details
attributes:
label: Implementation Details
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Feature Request
about: Suggest an idea for this project

title: "[Feature Request] "

body:
- type: textarea
id: description
attributes:
label: Describe the Feature Request
validations:
required: true
- type: textarea
id: use_case
attributes:
label: Use Case
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/other_issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Other Issue
about: Create an issue that doesn't fit into other categories

title: ""

body:
- type: textarea
id: description
attributes:
label: Describe the Issue
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question_help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Question/Help Request
about: Ask a question or request help

title: "[Question/Help] "

body:
- type: textarea
id: question_or_issue
attributes:
label: Question or Issue
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Pull Request

title: ""

body:
- type: textarea
id: description
attributes:
label: Description
validations:
required: true
- type: textarea
id: changes_made
attributes:
label: Changes Made
validations:
required: true
- type: textarea
id: additional_information
attributes:
label: Additional Information