diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-02-20 08:36:33 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-02-20 08:36:33 +0000 |
commit | 6fc05f24757bfd2417a45c8504a6389032425224 (patch) | |
tree | 3b47468fd1e74fa757a0a14f0ba087a5c749a7e9 | |
parent | 71c325e6a4955ab540bee82e9eac9b85b6811369 (diff) | |
download | gitano-wiki-master.tar.bz2 |
-rw-r--r-- | about/governance.mdwn | 30 | ||||
-rw-r--r-- | contributing.mdwn | 12 | ||||
-rw-r--r-- | index.mdwn | 1 |
3 files changed, 43 insertions, 0 deletions
diff --git a/about/governance.mdwn b/about/governance.mdwn new file mode 100644 index 0000000..f48ad35 --- /dev/null +++ b/about/governance.mdwn @@ -0,0 +1,30 @@ +[[!meta title="Gitano - Governance"]] +[[!meta author="Daniel Silverstone"]] +[[!meta date="2019-02-02 08:00:00"]] + +Governance in Gitano +==================== + +The project is owned by, and run by, __Daniel Silverstone__. + +While Daniel undertakes to listen to and take-on-board suggestions and +recommendations from any project contributor. Final decisions are made +by Daniel. + +Daniel is considering the possibility of some kind of board for the project +but at this time this is only an idle consideration. + +Roles in the project +==================== + +Daniel is responsible for everything really. + + +Should Daniel go under a bus +============================ + +In case of incapacitation, loss of life, or general disinterest in continuing +the project, access to the DNS for `gitano.org.uk` and access to the content +and thus rights to publish new software etc can be acquired by speaking to +other [Pepperfish](https://www.pepperfish.net/) maintainers. + diff --git a/contributing.mdwn b/contributing.mdwn index aba1bb1..ceeb461 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -96,6 +96,18 @@ understand the tests which exist, how to get coverage reports for when you do write tests, etc. Before writing any tests, or before trying to understand a test failure, please do read the `TESTING` document carefully and fully. +Asserting the right to supply a change +====================================== + +Any change you supply to Gitano or its associated projects will end up under +the licence terms of that project. Typically that is either an ISC-like +licence, or a Creative Commons licence for documentation and images. In order +to do this there any any number of ways, but the one simplest and easiest +to achieve is to use the `Signed-off-by` feature of Git's commits. If you +submit commits which have this in, then the project will take those statements +to mean that you understand the licence terms in play and that you have the +right to license the content of the commits in that way. + Providing a change to the developers ==================================== @@ -18,6 +18,7 @@ About * [[What is Gitano?|about/what-is]] * [[What are Gitano's goals?|about/goals]] * [[How do I contact Gitano's developers?|about/contact]] +* [[Project governance structure|about/governance]] Project activity --- |