diff options
author | max397574 <[email protected]> | 2021-11-16 18:12:26 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-16 18:12:26 +0100 |
commit | eed71f3f5646a3d653b26dfac652184440e9c34d (patch) | |
tree | ff04f5f5dfe55fcc22db0dbf077d8690dcee0f06 /contributing.md | |
parent | c332d457fcc3217dd782961e297f67d5bf8bcba5 (diff) |
feat(community): ✨added contributing.md
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..1c4c2ba --- /dev/null +++ b/contributing.md @@ -0,0 +1,12 @@ +# Contribution guidelines + +## New Features + +Please open a draft PR before implementing a new feature, so everyone know that you're doing and isn't doing it as well. +Write a list with your ideas/features of the feature in the draft PR (todo list) and update this regularly. +Also feel free to share progress (screen shots). + +## Issues + +Please use a template for new issues. +Go through the checklist in the templates. |