This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git
The following commit(s) were added to refs/heads/main by this push:
new af7f99a Adds CONTRIBUTING.md to follow recommended community standards
af7f99a is described below
commit af7f99a58f71a5a5ada4fd07f40f5d21adce7ccf
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Nov 6 12:59:56 2024 +0100
Adds CONTRIBUTING.md to follow recommended community standards
---
.github/CONTRIBUTING.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 0000000..242f76f
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,11 @@
+# How to contribute to Apache OpenNLP Models
+
+Thank you for your intention to contribute to the Apache OpenNLP Models
project. As an open-source community, we highly appreciate external
contributions to our project.
+
+To make the process smooth for the project *committers* (those who review and
accept changes) and *contributors* (those who propose new changes via pull
requests), there are a few rules to follow.
+
+## Contribution Guidelines
+
+Please check out the [How to get
involved](http://opennlp.apache.org/get-involved.html) to understand how
contributions are made.
+A detailed list of coding standards can be found at [Apache OpenNLP Code
Conventions](http://opennlp.apache.org/code-conventions.html) which also
contains a list of coding guidelines that you should follow.
+For pull requests, there is a [check list](PULL_REQUEST_TEMPLATE.md) with
criteria for acceptable contributions.