From 89f68fe674b519690f0ee7f20c894346f940cc96 Mon Sep 17 00:00:00 2001 From: utox39 Date: Wed, 15 Oct 2025 20:22:31 +0200 Subject: [PATCH] chore: add CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5708c93 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# How to contribute to Zigfetch + +## Did you find a bug? + +- Do not open up a GitHub issue if the bug is a security vulnerability, refer to the [security policy](https://github.com/utox39/zigfetch/blob/main/SECURITY.md). +- Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/utox39/zigfetch/issues). +- If you're unable to find an open issue addressing the problem, open a new one. + +## Do you want to make some changes to the code or documentation? + +1. Fork the repo. +2. Create a new branch (because the `main` branch is protected). +3. Commit and push the changes to the new branch. +4. Open a pull request. + +--- + +**Thank you for your contribution!**