Skip to content

Commit

Permalink
Add a Github PR template (#862)
Browse files Browse the repository at this point in the history
Adds a Github PR template to try and make it easier for contributors to
understand what information is expected in a PR.
  • Loading branch information
bpkroth authored Oct 1, 2024
1 parent 87381e3 commit c69b7da
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Pull Request

## Title

_A brief, descriptive title of your changes (e.g., `Fix bug in data parser for edge cases`)_

---

## Description

_Provide a concise summary of what this PR does. Explain why this change is necessary and what problems it addresses._

- **Issue link**: (optional) _Link the relevant issue number or GitHub Issue link if applicable (e.g., Closes #123)._

---

## Type of Change

_Indicate the type of change by choosing one (or more) of the following:_

- 🛠️ Bug fix
- ✨ New feature
- ⚠️ Breaking change
- 🔄 Refactor
- 📝 Documentation update
- 🧪 Tests

---

## Testing

_Describe briefly how you tested your changes._

---

## Additional Notes (optional)

_Add any additional context or information for reviewers._

---

0 comments on commit c69b7da

Please sign in to comment.