Skip to content

Commit 7f66f9f

Browse files
authored
Initial commit
0 parents  commit 7f66f9f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Description
2+
3+
> Provide a brief description about **why** this PR is necessary. Be sure to provide context.
4+
5+
## Related issues and/or PRs
6+
7+
> If this PR addresses or references any issues and/or other PRs, list them here.
8+
9+
## Changes made
10+
11+
> Outline the specific changes made in this pull request. Include relevant details, such as added features, bug fixes, code refactoring, or improvements.
12+
13+
## Checklist
14+
15+
> 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.
16+
17+
- [ ] I have commented my code, particularly in hard-to-understand areas.
18+
- [ ] I have updated the documentation to reflect the changes.
19+
- [ ] I have considered whether similar issues could occur in other products, components, or modules if this PR is for bug fixes.
20+
- [ ] Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
21+
- [ ] Tests (unit, integration, etc.) have been added for the changes.
22+
- [ ] My changes generate no new warnings.
23+
- [ ] Any dependent changes in other PRs have been merged and published.
24+
25+
## Additional notes (optional)
26+
27+
> Provide any additional information or notes that may be relevant to the reviewers or stakeholders.
28+
29+
## Release notes
30+
31+
> 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/).
32+
>
33+
> For example:
34+
>
35+
> Added validation for the Consensus Commit mutation operation.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Standard repository template
2+
3+
The purpose of this repository template is to streamline the creation of commonly used files when we create new repositories.

0 commit comments

Comments
 (0)