From 1b0057b56b4c65d8865e8181b81a0adcceaede48 Mon Sep 17 00:00:00 2001 From: Han Ruobing Date: Fri, 6 May 2022 16:08:28 -0400 Subject: [PATCH] update how to contribute --- CONTRIBUTING.md | 8 ++++---- README.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 90d3f91..0ce29fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index db5384d..c5c9acc 100644 --- a/README.md +++ b/README.md @@ -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.