Skip to content

Commit 0dd21a0

Browse files
committed
Update readme with contributions guidelines, open open source
1 parent 41f8be6 commit 0dd21a0

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

README.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ Forge servers are currently supported on 1.7.10 - 1.12.2.
5151

5252
Support for older protocols will _not_ be dropped as newer protocols are added.
5353

54-
## Credits
55-
56-
Thanks to [@thinkofname](https://github.com/thinkofname/) for
57-
the original [Steven (Rust)](https://github.com/thinkofname/steven),
58-
which Stevenarella is an updated and enhanced version of.
59-
6054
## Downloads
6155

6256
Windows users can download pre-compiled builds from here: https://ci.appveyor.com/project/iceiix/stevenarella
@@ -87,6 +81,36 @@ Just running Stevenarella via a double click (Windows) or `./stevenarella` (ever
8781
will bring up a login screen followed by a server list which you can select a server
8882
from.
8983

90-
## License
84+
## Contributions
85+
86+
Stevenarella is an [OPEN Open Source Project](https://github.com/openopensource/openopensource.github.io):
87+
88+
> Individuals making significant and valuable contributions are given
89+
> commit-access to the project to contribute as they see fit. This project
90+
> is more like an open wiki than a standard guarded open source project.
91+
92+
### Rules
93+
94+
There are a few basic ground-rules for contributors:
95+
96+
1. **No `--force` pushes** or modifying the Git history on the `master` branch.
97+
1. **Non-master branches** ought to be used for ongoing work.
98+
1. **External API changes and significant modifications** ought to be subject to an **internal pull-request** to solicit feedback from other contributors.
99+
1. Internal pull-requests to solicit feedback are *encouraged* for any other non-trivial contribution but left to the discretion of the contributor.
100+
1. Contributors should attempt to adhere to the prevailing code-style.
101+
102+
### Changes to this arrangement
103+
104+
This is an experiment and feedback is welcome! This document may also be
105+
subject to pull-requests or changes by contributors where you believe
106+
you have something valuable to add or change.
107+
108+
### Credits
109+
110+
Thanks to [@thinkofname](https://github.com/thinkofname/) for
111+
the original [Steven (Rust)](https://github.com/thinkofname/steven),
112+
which Stevenarella is an updated and enhanced version of.
113+
114+
### License
91115

92116
Dual-licensed MIT and ApacheV2

0 commit comments

Comments
 (0)