Skip to content

Commit

Permalink
New templates for issues, features, & PRs (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Jan 15, 2024
1 parent d6c7a89 commit 276191c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 68 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Bug Report
description: Create a report to help us improve.
labels: ["bug"]
body:
- type: textarea
attributes:
label: Current Situation
description: Discuss what the current issue is, how to reproduce, and link to any relevant prior discussion/context.
validations:
required: true
- type: textarea
attributes:
label: Proposed Actions
description: Describe what ought to be done, and why that will address the reasons for action mentioned above.
validations:
required: false
- type: textarea
attributes:
label: System Information
description: Versions for things such as... Django-dbbackup, Python, Django, Operating System, etc.
validations:
required: false
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Feature request
description: Suggest an idea for this project.
labels: ["feature-request"]
body:
- type: textarea
attributes:
label: Feature description
description: Describe what the feature is, why it is needed, and link any relevant prior discussion/context.
validations:
required: true
- type: textarea
attributes:
label: Alternatives options
description: Describe any alternatives to this feature, and why they were not chosen.
validations:
required: false
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 8 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Type of PR (feature, enhancement, bug fix, etc.)

## Description

Please include a summary of the change and which issue is fixed.

Fixes # (issue)
<!-- A summary of the changes. -->

## Why should this be added
## Checklist

Explain value.
Please update this checklist as you complete each item:

## Checklist
- [ ] Tests have been developed for bug fixes or new functionality.
- [ ] The changelog has been updated, if necessary.
- [ ] Documentation has been updated, if necessary.
- [ ] GitHub Issues closed by this PR have been linked.

- [ ] Documentation has been added or amended for this feature / update
<sub>By submitting this pull request I agree that all contributions comply with this project's open source license(s).</sub>

0 comments on commit 276191c

Please sign in to comment.