diff options
author | Brad King <brad.king@kitware.com> | 2014-12-17 20:00:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-17 20:00:39 (GMT) |
commit | 3470704f5a68310a063d928e290a41be5e49620f (patch) | |
tree | 388943a81256a423bb2609b633f4370543991691 /Source/kwsys/CONTRIBUTING.rst | |
parent | 9c7c6e434a1483ad5a188136a1cfb7bbf9cf5d61 (diff) | |
parent | 6a5ab894fbb1683ed24bfa5d603eff6ff3f40039 (diff) | |
download | CMake-3470704f5a68310a063d928e290a41be5e49620f.zip CMake-3470704f5a68310a063d928e290a41be5e49620f.tar.gz CMake-3470704f5a68310a063d928e290a41be5e49620f.tar.bz2 |
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/CONTRIBUTING.rst')
-rw-r--r-- | Source/kwsys/CONTRIBUTING.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Source/kwsys/CONTRIBUTING.rst b/Source/kwsys/CONTRIBUTING.rst new file mode 100644 index 0000000..e097b76 --- /dev/null +++ b/Source/kwsys/CONTRIBUTING.rst @@ -0,0 +1,35 @@ +Contributing to KWSys +********************* + +Overview +======== + +KWSys is kept in its own Git repository and shared by several projects +via copies in their source trees. Changes to KWSys should not be made +directly in a host project, except perhaps in maintenance branches. + +Please visit + + http://public.kitware.com/Wiki/KWSys/Git + +to contribute changes directly to KWSys upstream. Once changes are +reviewed, tested, and integrated there then the copies of KWSys within +dependent projects can be updated to get the changes. + +Issues +====== + +KWSys has no independent issue tracker. After encountering an issue +(bug) please try to submit a patch using the above instructions. +Otherwise please report the issue to the tracker for the project that +hosts the copy of KWSys in which the problem was found. + +License +======= + +We do not require any formal copyright assignment or contributor license +agreement. Any contributions intentionally sent upstream are presumed +to be offerred under terms of the OSI-approved BSD 3-clause License. +See `Copyright.txt`_ for details. + +.. _`Copyright.txt`: Copyright.txt |