update how to contribute

This commit is contained in:
Han Ruobing 2022-05-06 16:08:28 -04:00
parent 4a94d1b4bb
commit 1b0057b56b
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Contributing to COX
# Contributing to CuPBoP
Thank you for your interest in contributing to COX!
Thank you for your interest in contributing to CuPBoP!
We appreciate all contributions, including but not limited to:
- Add documentation
@ -10,9 +10,9 @@ We appreciate all contributions, including but not limited to:
## How to contribute?
0. (Optional) Open an issue and discuss your idea before start
1. Fork the latest version COX
1. Fork the latest version CuPBoP
2. Commit to the forked repo
3. Create a Pull Request to COX main branch
3. Create a Pull Request to CuPBoP main branch
## Code style

View File

@ -82,3 +82,7 @@ cuda/main.cc host.o kernel.o *.cc ../common/benchmark/*.cc \\
# execute and verify
./hist -q -v
```
## How to contribute?
Any kinds of contributions are welcome. Please refer to [Contribution.md](./CONTRIBUTING.md) for more detail.