summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-08-21 22:05:37 (GMT)
committerMats Wichmann <mats@linux.com>2019-08-21 23:02:30 (GMT)
commit3243305c08dd93b16ae0024780a38ad51dacd5e1 (patch)
treea29fecf5cb106fded134a6f041f985fda174da7a /CONTRIBUTING.md
parentb087c443c413918e46cec5ae4175155ab23ab8ac (diff)
downloadSCons-3243305c08dd93b16ae0024780a38ad51dacd5e1.zip
SCons-3243305c08dd93b16ae0024780a38ad51dacd5e1.tar.gz
SCons-3243305c08dd93b16ae0024780a38ad51dacd5e1.tar.bz2
Actually say it's the MIT license [ci skip]
A line "MIT License" is added to the license files, most places do it this way. For the benefit of Github, the top-level LICENSE file, which it looks at but the packaging stuff does not, is filled-in. The packaging fills in __COPYRIGHT__ from src/LICENSE.txt instead (and LICENSE-local). Add a skeletal CONTRIBUTING.md Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..2b781b2
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,13 @@
+# Contributing to SCons
+
+First off, thanks for taking the time to contribute!
+
+Here are some pointers to get started, before more information gets moved here to this page.
+
+ * [Bugs and Feature Requests](https://scons.org/bugs.html)
+ * [Development](https://scons.org/dev.html)
+ * [SCons Developer's Guidelines](https://scons.org/guidelines.html)
+
+Various resources to contact are here:
+
+ * [Contacts](https://scons.org/contact.html)