From 64937862fb16e7a04bcfede9337a5067a61afbde Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Mon, 12 Apr 2021 15:43:38 +0200 Subject: [PATCH] [v0.97] Add contribution guidelines --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..6a5f763 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing to cpufetch + +Thanks for your interest in contributing to cpufetch! + +What kind of contribution are you going to propose? + +## I found a bug in cpufetch +If you found a bug, please don't open a pull request; open an issue instead, even if you know the solution. I appreciate people finding bugs, but I generally prefer to fix them myself. + +## I have an idea for a new feature in cpufetch / I want to suggest a change in cpufetch +Great! Make a PR and make sure to explain how did you implement your new feature on the github conversation page. + +## I want to make changes to the Makefile +Don't open a pull request; open an issue instead and suggest your changes in the Makefile there. Except for extraordinary cases, I will not accept changes in the Makefile.