X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=CONTRIBUTING.md;h=fc1f21b1883c556e3f14f730e4cbbf6679bdf596;hp=49a1837d4e175d9c96b9469e2e130844e93efcaf;hb=2949b2f08b57d0ae6105fdeae72f865152d91f5f;hpb=f9dd6dbe6dca0d4793838bf016f358a267b17502 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49a1837d4e1..fc1f21b1883 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,6 +71,8 @@ Our commit style is defined in a __[commit template]__. Use it as a reference or - *Respect our __[Coding Style]__ and __[Programming Guidelines]__.* - *Do not be afraid to ask questions.* Ask our developers on JIRA or [IRC] channel. +To amend your commit with your name and e-mail (in any case you've forgot to set your name/e-mail) please take a look at this [guide](https://reactos.org/wiki/ReactOS_Git_For_Dummies#Amending_your_commit_with_name.2FE-mail). To set your name/e-mail globally for future commits that you push, [read this](https://reactos.org/wiki/ReactOS_Git_For_Dummies#Assign_commits_with_your_name_.26_E-mail_automatically). + ## Where To Start? Finding a good project to start with can be a challenge, because when starting out you are (usually) not aware of all the possibilities. To help you find a project, here are some ideas to try: @@ -101,3 +103,7 @@ Finding a good project to start with can be a challenge, because when starting o [Coverity]: https://scan.coverity.com/projects/reactos [request-coverity]: https://scan.coverity.com/memberships/new?project_id=reactos [commit template]: .gitmessage + +# See Also + +- [Rules for managing Pull Requests](PULL_REQUEST_MANAGEMENT.md)