From 7f5f0883aedac9378b013fb90b160102383e6406 Mon Sep 17 00:00:00 2001 From: Dilshod Tadjibaev <939125+antimora@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:58:37 -0500 Subject: [PATCH] Add PR template and fix script name (#429) --- .github/pull_request_template.md | 17 +++++++++++++++++ CONTRIBUTING.md | 10 ++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..a23dfb481 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +# Pull Request Template + +## Checklist + +- [ ] Confirm that `run-checks.sh` has been executed. + +## Related Issues/PRs + +Provide links to relevant issues and dependent PRs. + +## Changes + +Summarize the problem being addressed and your solution. + +## Testing + +Describe how these changes have been tested. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cc631190..65dc48376 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,15 +45,16 @@ Be sure to follow the coding standards and guidelines used in the rest of the pr ### Step 6: Run the Pre-Pull Request Script -Before you open a pull request, please run the [`run-before-pr.sh`](/run-before-pr.sh) script. This +Before you open a pull request, please run the [`run-checks.sh`](/run-before-pr.sh) script. This will ensure that your changes are in line with our project's standards and guidelines. You can run this script by opening a terminal, navigating to your local project directory, and typing -`./run-before-pr.sh`. +`./run-checks`. ### Step 7: Submit a Pull Request After you've made your changes and run the pre-pull request script, you're ready to submit a pull -request. This can be done through the GitHub website or the [GitHub Desktop application](https://desktop.github.com/). +request. This can be done through the GitHub website or the +[GitHub Desktop application](https://desktop.github.com/). When submitting your pull request, please provide a brief description of the changes you've made and the issue or issues that your changes address. @@ -63,4 +64,5 @@ the issue or issues that your changes address. We look forward to seeing your contributions to the Burn project. Happy coding! If you have any questions and would like to get in touch with us, please feel free to join our -discord server: [![Discord](https://img.shields.io/discord/1038839012602941528.svg?color=7289da&&logo=discord)](https://discord.gg/uPEBbYYDB6) +discord server: +[![Discord](https://img.shields.io/discord/1038839012602941528.svg?color=7289da&&logo=discord)](https://discord.gg/uPEBbYYDB6)