From a682409c02e9825f35656e1a66e5c484a403ca04 Mon Sep 17 00:00:00 2001 From: kang <1115610574@qq.com> Date: Thu, 28 Dec 2023 18:11:31 +0800 Subject: [PATCH] Sync of the Pull Request title restriction in CONTRIBUTING.md (#1017) Discuss in the here: https://github.com/rockerBOO/awesome-neovim/pull/1014#issuecomment-1869464313 --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df9ae71..5acb22c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,9 @@ First of all, thanks for taking the time to contribute to this project! ## Submitting pull requests -- Ensure your changes follows the [awesome list guidelines][guidelines]. -- Before submitting a PR make sure your changes are passed `awesome-lint`. +- [ ] Ensure your PR title follows the [regexp rule][regexp_rule]. +- [ ] Ensure your changes follows the [awesome list guidelines][guidelines]. +- [ ] Before submitting a PR make sure your changes are passed `awesome-lint`. [guidelines]: https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md#requirements-for-your-awesome-list +[regexp_rule]: https://github.com/rockerBOO/awesome-neovim/blob/main/.github/workflows/pr-title.yml#L14