Skip to content

Commit 5b18b1b

Browse files
Gokul2003gjbampton
andauthored
Review contributing.md (#494)
--------- Co-authored-by: John Bampton <[email protected]>
1 parent 1614f61 commit 5b18b1b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
The `ONE Programming Language` is a very welcoming community. We appreciate your
1010
ideas and your help. You need to communicate in
1111
[our discord server](https://discord.com/invite/sFCE2HcMCa) or pick an issue and
12-
share your perception of the solution you have. Don't forget to fork this
13-
repository and create a feature or new branch to work on your contribution.
12+
share your perception of the solution you have. Ensure you fork this repository.
13+
Create a new branch to work on your contribution for better code isolation.
1414

1515
### **Then, make a PR**
1616

17-
Now that you finished the work, don't forget again to run `pre-commit`. Create the
17+
Now that you finished the work, don't forget again to run `pre-commit`.
18+
`pre-commit` helps ensure code quality before creating a PR. Create the
1819
pull request and use the description to provide context and motivation, as you
1920
did in the issue. Otherwise, you can mention your PR in the issue that you tried
2021
to solve. Once a pull request is created, we will verify the code and accept
@@ -123,7 +124,7 @@ requests, which will save you and the reviewers' time.
123124

124125
- [Clang 13 documentation ClangFormat](https://clang.llvm.org/docs/ClangFormat.html)
125126

126-
### Git hooks
127+
### Git Hooks
127128

128129
Like many other `Version Control Systems`, `Git` has a way to fire off custom
129130
scripts when certain important actions occur. There are two groups of these

0 commit comments

Comments
 (0)