File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ an interesting questions or answers, please make pull request.
17
17
* Only target release branches if you are certain your fix must be on that
18
18
branch.
19
19
* 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
21
21
` master ` branch.
22
22
* Make commits of logical and atomic units.
23
23
* Check for unnecessary whitespace with ` git diff --check ` before committing.
@@ -28,5 +28,13 @@ an interesting questions or answers, please make pull request.
28
28
* Push chages
29
29
* Create Pull Request
30
30
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
+
31
39
Thanks to all these cool people :hand : :
32
40
[ Ken Hawkins] ( https://github.com/khawkins98 )
You can’t perform that action at this time.
0 commit comments