From 1c5a8016f5a341feea8441bc207d86d82b5d3c4b Mon Sep 17 00:00:00 2001 From: ADEYEMI Jumoke Olantun Date: Thu, 27 Jun 2024 17:19:27 +0100 Subject: [PATCH] Pull request template (#1179) * creating a pull request template * making changes * making changes * making changes * making changes * making changes * making changes * making changes --- .github/templates/pull_request_template.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/templates/pull_request_template.md diff --git a/.github/templates/pull_request_template.md b/.github/templates/pull_request_template.md new file mode 100644 index 000000000..f875a250e --- /dev/null +++ b/.github/templates/pull_request_template.md @@ -0,0 +1,24 @@ +Thank you for taking your time to contribute to Ersilia, just a few checks before we proceed +- [ ] Have you followed the guidelines in our [Contribution Guide](https://github.com/ersilia-os/ersilia/blob/master/CONTRIBUTING.md) +- [ ] Have you written new tests for your core changes, as applicable? +- [ ] Have you successfully ran tests with your changes locally? + +**Description** + +_Replace this line with a short description here..._ + +**Changes to be made** + +_Replace this line with how do you intend to go about getting this done..._ + +**Status** + +_Replace this line with what you have done so far..._ + +**To do** + +_If this is a work in progress, Replace this line with your next steps_ + +Is this pull request related to any open issue? If yes, replace issueID below with the issue ID + +Related to # \ No newline at end of file