summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-01-23 16:58:12 -0800
committerGitHub <noreply@github.com>2024-01-23 16:58:12 -0800
commit1c1d096234d43b2bcb33c2438a6626831bd4e0aa (patch)
tree6db8f684459d47b8e1e1004f5d26c0800265d5af /README.md
parent4d217907665180537ea217f9f2213c9d53a22b99 (diff)
Adding CONTRIBUTION.md (#3472)
* Adding CONTRIBUTION.md Fixes #3372 Adding CONTRIBUTION.md that describes the workflow for the contributors at more details. * Add instructions for PR process in CONTRIBUTE.me This commit adds an instruction of how to handle the case when you got feedbacks during Pull Request process. * Fix a formatting problem for Code Style When a word is wrapped with "lessThen" and "greaterThan" characters, it may disappear on the result based on the formatting syntax of .MD file. They need to be wrapped with a single back-tick character to avoid the problem. --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3daab29b5..c533e384d 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,8 @@ The following guidelines should be observed by contributors:
* Changes should ideally come in as small pull requests on top of `master`, coming from your own personal fork of the project
* Large features that will involve multiple contributors or a long development time should be discussed in issues, and broken down into smaller pieces that can be implemented and checked in in stages
+[Contribution guide](CONTRIBUTION.md) describes the workflow for contributors at more detail.
+
Limitations
-----------