diff options
author | Neil <nyamatongwe@gmail.com> | 2016-09-18 22:19:06 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-09-18 22:19:06 +1000 |
commit | 64eec884e7456bbd1236bc43624ad3e49e4cad55 (patch) | |
tree | 3114910412f40d71a6d912979e735f3e435d42ea /CONTRIBUTING | |
parent | a7e278ce6ef8269b3c13808dfc4648ad0ab79d87 (diff) | |
download | scintilla-mirror-64eec884e7456bbd1236bc43624ad3e49e4cad55.tar.gz |
Updating documentation on contributing code.
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 000000000..cf70eafa6 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,20 @@ +Fixes should be posted to the Bug Tracker
+http://sourceforge.net/p/scintilla/bugs/
+
+Features should be posted to the Feature Request Tracker
+http://sourceforge.net/p/scintilla/feature-requests/
+
+Either send unified diffs (or patch files) or zip archives with whole files.
+Mercurial patch files are best as they include author information and commit
+messages.
+
+Questions should go to the scintilla-interest mailing list
+https://groups.google.com/forum/#!forum/scintilla-interest
+
+Code should follow the guidelines at
+http://www.scintilla.org/SciCoding.html
+
+Do not use SourceForge's Merge Request mechanism or message sending
+feature as no one is monitoring these.
+The neilh @ scintilla.org account receives much spam and is only checked
+occasionally. Almost all Scintilla mail should go to the mailing list.
\ No newline at end of file |