From 33fdc8ec3e851d93f08145d8ddda34686aa2c526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?a=CC=B4=CD=91=CC=BD=CC=87=CD=96=20=CC=B6=CD=90=CC=83=CC=B1?= =?UTF-8?q?=CC=B0=CC=A6v=CC=B4=CC=85=CD=97=CD=88i=CC=B6=CC=8F=CC=89=CC=85?= =?UTF-8?q?=CC=A3l=CC=B4=CD=9D=CC=A4=CC=98=CC=A4l=CC=B8=CC=85=CD=98=CD=87a?= =?UTF-8?q?=CC=B4=CD=91=CC=96=CC=99g=CC=B6=CD=A0=CC=86=CC=93=CC=9De=CC=B8?= =?UTF-8?q?=CC=80=CD=86=CC=A8=CC=A8r=CC=B7=CC=90=CD=8A=CC=85=CC=AA?= <5951798+vlvagerviwager@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:41:11 +0000 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..d7b153f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,49 @@ +# Contributing + +## Issues + +Issues are very valuable to this project. + +* Ideas are a valuable source of contributions others can make. +* Problems show where this project is lacking. +* With a question you show where contributors can improve the user experience. + +Thank you for creating them. + +## Pull Requests + +Pull requests are a great way to get your ideas into this repository. + +When reviewing a pull request, we look at the following things: + +### Does it state intent? + +You should state which problem you are solving with your contribution. + +For example: + +> Add link to code of conduct in README.md + +This doesn't explain why the change is being made. + +> Add link to code of conduct in README.md because users don't always look in the CONTRIBUTING.md + +This tells us the problem that you have found, and the pull request shows me the action you have taken to solve it. + +### Is it of good quality? + +* There are no spelling mistakes +* It reads well +* Has a good score on [Grammarly](grammarly.com) or [Hemingway App](http://www.hemingwayapp.com/) + +### Does it move this repository closer to the overall vision for the repository? + +The aim of this repository is to: + +* Provide a list of soundtracks that boost productivity and focus +* Provide content that is usable by someone who hasn't written something like this before +* Foster a culture of respect and gratitude in the open source community + +### Does it follow the contributor covenant? + +This repository has a [code of conduct](CODE_OF_CONDUCT.md), This repository has a code of conduct, I will remove things that do not respect it.