We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbad380 commit fe0d065Copy full SHA for fe0d065
CONTRIBUTING.md
@@ -26,8 +26,10 @@ If you want to contribute to [apfree wifidog](https://github.com/liudf0716/apfre
26
27
6. Commit and push your changes, then make a pull request from Github.
28
29
- git commit --signoff
30
- git push -f
+ ```
+ git commit -a -s
31
+ git push origin apfree_wifidog-1-fix
32
33
34
7. Awaiting review, if accepted, merged!
35
0 commit comments