This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f80ec64  add contribution guide (#132)
f80ec64 is described below

commit f80ec64dad7d908989512e4d0654699b5ac5a2da
Author: Shawn Yang <shawn.ck.y...@gmail.com>
AuthorDate: Thu Jun 13 11:55:10 2024 +0800

    add contribution guide (#132)
    
    #130
---
 CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++
 README.md       |  4 ++++
 2 files changed, 32 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..6a6e594
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,28 @@
+# How to contribute to Fury
+
+## Finding good first issues
+
+See [Good First Issues](https://github.com/apache/fury/contribute).
+
+## How to create an issue for Fury
+
+Create an issue with [this 
form](https://github.com/apache/fury/issues/new/choose).
+
+# Fury Website
+
+Fury's website consists of static pages hosted at 
https://github.com/apache/fury-site.
+
+
+## How to create an issue for Fury Website
+
+Create an issue with [this 
form](https://github.com/apache/fury-site/issues/new/choose).
+
+## How to update doc
+
+All updates about docs for 
[guide](https://github.com/apache/fury/tree/main/docs/guide) and 
[specification](https://github.com/apache/fury/tree/main/docs/specification) 
will be synced from [docs in fury 
repo](https://github.com/apache/fury/tree/main/docs) to this site repo 
automatically.
+
+If you want to update those pages, please submit a PR to 
https://github.com/apache/fury.
+
+## Write a blog
+
+If you want write a blog, or update other contents about the website, please 
submit PR to [this site repo](https://github.com/apache/fury-site).
diff --git a/README.md b/README.md
index 9cb0c43..a352280 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ $ yarn build
 
 This command generates static content into the `build` directory and can be 
served using any static contents hosting service.
 
+## How to Contribute
+
+Please read the [CONTRIBUTING](CONTRIBUTING.md) guide for instructions on how 
to contribute.
+
 ## LICENSE
 
 [Apache License 2.0](./LICENSE).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to