From 914a4d16755db0471caaa06003519e7f352e07d9 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Wed, 1 Nov 2023 16:32:20 -0700 Subject: [PATCH] Update CONTRIBUTING.md, adding PR guidelines --- {{cookiecutter.project_name}}/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.project_name}}/CONTRIBUTING.md b/{{cookiecutter.project_name}}/CONTRIBUTING.md index bfa48f3..a523ba7 100644 --- a/{{cookiecutter.project_name}}/CONTRIBUTING.md +++ b/{{cookiecutter.project_name}}/CONTRIBUTING.md @@ -71,3 +71,5 @@ and make your changes on a [new branch][about-branches]. [about-pulls]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests [issues]: https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_name }}/issues/ [pulls]: https://github.com/{{ cookiecutter.github_org }}/{{ cookiecutter.project_name }}/pulls/ + +We recommend also reading [GitHub Pull Requests: 10 Tips to Know](https://blog.mergify.com/github-pull-requests-10-tips-to-know/)