You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,6 @@ Forge servers are currently supported on 1.7.10 - 1.12.2.
51
51
52
52
Support for older protocols will _not_ be dropped as newer protocols are added.
53
53
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
-
60
54
## Downloads
61
55
62
56
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
87
81
will bring up a login screen followed by a server list which you can select a server
88
82
from.
89
83
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.
0 commit comments