Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDARKDRAGON532 <69623818+DARKDRAGON532@users.noreply.github.com>2021-11-28 01:16:23 +0300
committerDARKDRAGON532 <69623818+DARKDRAGON532@users.noreply.github.com>2021-11-28 01:16:23 +0300
commit0483399762972fc25e4196f798de817377f96609 (patch)
tree812f4253838e1847097e14611147d4a381f96a6f /CONTRIBUTING.md
parent81facd85eb8e78ff36228822d55f6d4964edafbd (diff)
added contributing.md and faq.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..19b8989
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,25 @@
+# Welcome To Return YouTube Dislikes contributing guide
+
+Thank you for investing your time in contributing to our project! All your changes will be reflected in the next version of the extension (or the [website](https://www.returnyoutubedislike.com/)).
+
+## Getting Started
+Please use Prettier with default settings for formatting.
+### Issues
+#### Opening a new issue
+If you have any issues with the extension, please search to make sure the issue isn't already reported. If it isn't, open an issue, using the issue form is highly recommended but not mandatory.
+
+#### Solving an issue
+If you found an issue that you feel you might be able to solve, don't be shy. Open a PR with the fix and make sure to mention the issue you are fixing.
+
+### Feature Request
+#### Opening a new feature request
+If you have an idea for the extension, feel free to open a feature request, but please search it before to make sure the feature isn't already suggested. Using the feature form is highly recommended but not mandatory
+
+#### Implementing a feature request
+If you found a feature that you feel you might be able to implement, don't be shy. Open a PR with the fix and make sure to mention the feature you are implementing.
+
+### What PRs do we accept?
+- Issue fixes.
+- Feature implementation.
+- Typos or better and easier words to use.
+- Website contribution. \ No newline at end of file