From 963ec7ca1e6c15ab5a79ab7f05ee2e2fe0af839c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 16 Feb 2023 22:51:15 +0300 Subject: [PATCH] docs: update contribution guidelines --- .github/CONTRIBUTING.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 470fb36..558492a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,10 +1,18 @@ -## Welcome! +# Contribution Guidelines + +## Table of Contents + +- [Welcome](#welcome) +- [Contributing](#contributing) +- [Code of Conduct](#code-of-conduct) + +## Welcome I'm glad you are thinking about contributing to neovim-flake! If you're unsure about anything, just ask -- or submit the issue or pull request anyway. The worst that can happen is you'll be politely asked to change something. Friendly contributions are always welcome. -I encourage you to read this project's CONTRIBUTING policy (you are here), its [LICENSE](LICENSE.md), and its [README](README.md). +Before you contribute, I encourage you to read this project's CONTRIBUTING policy (you are here), its [LICENSE](LICENSE.md), and its [README](README.md). -If you have any questions regarding those, feel free to open an issue or [shoot me an email](mailto:me@notashelf.dev). +If you have any questions regarding those files, feel free to open an issue or [shoot me an email](mailto:me@notashelf.dev). Discussions tab is also available for more informal discussions. ## Contributing