Skip to content

Commit

Permalink
Merge pull request #58 from scalar-labs/update-pr-template
Browse files Browse the repository at this point in the history
Revise PR template descriptions; remove unnecessary section
  • Loading branch information
josh-wong authored Sep 27, 2023
2 parents 19cebdc + b62e267 commit 39bbaf5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Related issues and/or PRs

> If this PR addresses or references any issues and/or other PRs, list them here. For example, "Fixes #123", "Related to #456", or "Addresses #789".
> If this PR addresses or references any issues and/or other PRs, list them here.
## Changes made

Expand All @@ -16,21 +16,14 @@
## Checklist

> The following is a best-effort checklist. If any items in this checklist are not applicable to this PR or are dependent on other, unmerged PRs, please still mark the checkboxes after you have read and understood each item.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have updated the documentation to reflect the changes.
- [ ] Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
- [ ] Tests (unit, integration, etc.) have been added for the changes.
- [ ] My changes generate no new warnings.
- [ ] Any dependent changes in other PRs have been merged and published.

## Additional notes (optional)

> Provide any additional information or notes that may be relevant to the reviewers or stakeholders.
## Release notes

> Provide release note text for this PR based on the guidelines at [Guidelines for Writing Release Notes](https://developers.scalar-labs.com/docs/style-guide/release-notes/).
>
> For example:
>
> Added validation for the consensus commit mutation operation.

0 comments on commit 39bbaf5

Please sign in to comment.