Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review contributing.md #494

Merged
merged 6 commits into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
The `ONE Programming Language` is a very welcoming community. We appreciate your
ideas and your help. You need to communicate in
[our discord server](https://discord.com/invite/sFCE2HcMCa) or pick an issue and
share your perception of the solution you have. Don't forget to fork this
repository and create a feature or new branch to work on your contribution.
share your perception of the solution you have. Ensure you fork this repository.
Create a new branch to work on your contribution for better code isolation.

### **Then, make a PR**

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

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

### Git hooks
### Git Hooks

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