Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goodylili authored Jan 12, 2025
1 parent f919d84 commit 364374f
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!-- You can erase any parts of this template not applicable to your Pull Request. -->


## Description

Please provide a brief summary of the changes included in this PR, highlighting their purpose and context.

- **What does this PR do?**
- **Why are these changes necessary?**

Fixes # (issue number, if applicable)

---

## Checklist

Please ensure the following are completed before submitting your pull request:

- [ ] I have reviewed the [NEAR contribution guidelines](https://wiki.near.org/contribute/near-contributing).
- [ ] I followed the standard fork-branch-commit workflow.
- [ ] I ran all applicable tests locally using `yarn test` (or equivalent).
- [ ] I have checked for broken links by running `yarn full-test` in the `/website` directory.
- [ ] I included unit tests for any new functionality, where applicable.
- [ ] I have verified that my changes pass the CI checks.
- [ ] I included steps to reproduce any bugs or issues addressed by this PR, if applicable.
- [ ] I provided detailed information on environment versions (e.g., `node --version`, `rustc --version`).

---

## Changes Made

- **Added**: List any new features, tests, or documentation added.
- **Changed**: Highlight updates made to existing features or files.
- **Fixed**: Specify issues resolved.
- **Removed**: Outline any obsolete features or files that were removed.

---

## Testing

Detail any tests performed to verify functionality:

1. Steps to set up the test environment.
2. Commands or scripts run to verify changes.
3. Any potential edge cases tested.

---

## Screenshots (if applicable)

Include screenshots or GIFs to demonstrate visual changes or feature updates.

---

## Additional Context

Provide any other relevant information, such as links to documentation, issues, or discussions:

- **Related Documentation**: [Link to relevant docs](https://docs.near.org)
- **Discussions**: [Link to forum or GitHub Discussions](https://near.chat)

---

<p align="center">
<img src="website/static/docs/assets/near_logo.png" width="120">
</p>

0 comments on commit 364374f

Please sign in to comment.