Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create PULL_REQUEST_TEMPLATE.md #2426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

goodylili
Copy link

Description

This PR introduces a standardized pull request template for the NEAR project. The template is designed to enhance the clarity, consistency, and thoroughness of contributions made to the repository.

  • What does this PR do?
    This PR adds a Markdown-based pull request template to the repository to ensure contributors provide all necessary details when submitting changes.

  • Why are these changes necessary?
    A well-defined template helps maintainers review pull requests efficiently, ensures all contributors follow best practices, and reduces the likelihood of missing key information.


Checklist

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

  • I have reviewed the NEAR contribution guidelines.
  • 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 this PR addresses, if applicable.
  • I provided detailed information on environment versions (e.g., node --version, rustc --version).

Changes Made

  • Added: A new pull request template in .github/PULL_REQUEST_TEMPLATE.md.

Testing

Detail any tests performed to verify functionality:

  1. Tested the appearance and usability of the pull request template in a sample repository.
  2. Ensured all Markdown syntax renders correctly on GitHub.
  3. Simulated creating a pull request using the template to confirm it provides clear guidance.

@goodylili goodylili requested a review from bucanero as a code owner January 12, 2025 17:19
@goodylili
Copy link
Author

Hi @bucanero @gagdiez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: NEW❗
Development

Successfully merging this pull request may close these issues.

1 participant