summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..fa309db
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,11 @@
+# libtasn1 -- Information about our contribution rules and coding style
+
+Unless otherwise stated or implied the [GnuTLS contribution rules apply](https://gitlab.com/gnutls/gnutls/blob/master/CONTRIBUTING.md).
+
+The following sections document any differences that apply:
+
+# Function names
+
+All the function names use underscore `_`, to separate words, functions like
+asn1DoThat are not used. The exported function names start with the
+`asn1_` prefix.