update how to contribute
This commit is contained in:
parent
4a94d1b4bb
commit
1b0057b56b
|
@ -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:
|
We appreciate all contributions, including but not limited to:
|
||||||
|
|
||||||
- Add documentation
|
- Add documentation
|
||||||
|
@ -10,9 +10,9 @@ We appreciate all contributions, including but not limited to:
|
||||||
## How to contribute?
|
## How to contribute?
|
||||||
|
|
||||||
0. (Optional) Open an issue and discuss your idea before start
|
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
|
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
|
## Code style
|
||||||
|
|
||||||
|
|
|
@ -82,3 +82,7 @@ cuda/main.cc host.o kernel.o *.cc ../common/benchmark/*.cc \\
|
||||||
# execute and verify
|
# execute and verify
|
||||||
./hist -q -v
|
./hist -q -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How to contribute?
|
||||||
|
|
||||||
|
Any kinds of contributions are welcome. Please refer to [Contribution.md](./CONTRIBUTING.md) for more detail.
|
||||||
|
|
Loading…
Reference in New Issue