Skip to content

Commit 6033e69

Browse files
authored
Add tag classification
1 parent 47dd7bd commit 6033e69

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ an interesting questions or answers, please make pull request.
1717
* Only target release branches if you are certain your fix must be on that
1818
branch.
1919
* To quickly create a topic branch based on master, run `git checkout -b
20-
fix/my_awesome_fix`. Please avoid working directly on the
20+
fix/my_awesome_change`. Please avoid working directly on the
2121
`master` branch.
2222
* Make commits of logical and atomic units.
2323
* Check for unnecessary whitespace with `git diff --check` before committing.
@@ -28,5 +28,13 @@ an interesting questions or answers, please make pull request.
2828
* Push chages
2929
* Create Pull Request
3030

31+
## Make sure you added right answer tag
32+
**@answer-[tag]--[source tag]** - General Theoretical Answer.
33+
**@doc-[tag]--[source tag]** - Documentation
34+
**@library-[tag]--[source tag]** - More Complex Answer
35+
**@code-[tag]** - Code Example from jsfiddle || codepen || jsbin
36+
**@practice-[tag]--[source tag]** - Good Practices
37+
**@video-[tag]--[source tag]** - Video Materials
38+
3139
Thanks to all these cool people :hand::
3240
[Ken Hawkins](https://github.com/khawkins98)

0 commit comments

Comments
 (0)