File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
The ` ONE Programming Language ` is a very welcoming community. We appreciate your
10
10
ideas and your help. You need to communicate in
11
11
[ 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 .
14
14
15
15
### ** Then, make a PR**
16
16
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
18
19
pull request and use the description to provide context and motivation, as you
19
20
did in the issue. Otherwise, you can mention your PR in the issue that you tried
20
21
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.
123
124
124
125
- [ Clang 13 documentation ClangFormat] ( https://clang.llvm.org/docs/ClangFormat.html )
125
126
126
- ### Git hooks
127
+ ### Git Hooks
127
128
128
129
Like many other ` Version Control Systems ` , ` Git ` has a way to fire off custom
129
130
scripts when certain important actions occur. There are two groups of these
You can’t perform that action at this time.
0 commit comments