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: .github/CODE_OF_CONDUCT.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
This document should serve the purpose of outlining the behaviour we expect from any participant of the project.
8
8
9
9
## Scope
10
-
This Code of Conduct applies to all sections of the [Slimefun4 GitHub repository](https://github.com/TheBusyBiscuit/Slimefun4), our [Slimefun GitHub organization](https://github.com/Slimefun) and all repositories owned by said organization.<br>
11
-
For our official Discord server, please refer to our article on [Discord Rules](https://github.com/TheBusyBiscuit/Slimefun4/wiki/Discord-Rules).
10
+
This Code of Conduct applies to all sections of the [Slimefun4 GitHub repository](https://github.com/Slimefun/Slimefun4), our [Slimefun GitHub organization](https://github.com/Slimefun) and all repositories owned by said organization.<br>
11
+
For our official Discord server, please refer to our article on [Discord Rules](https://github.com/Slimefun/Slimefun4/wiki/Discord-Rules).
12
12
13
13
Everyone who engages with this project on any of these repositories is expected to follow the Code of Conduct.<br>
14
14
This includes maintainers, contributors, sponsors and anyone who engages in the "Issues" section on GitHub.
@@ -18,8 +18,8 @@ This is an Open-Source project, anyone is welcome to engage and contribute!<br>
18
18
We generally expect users to engage in the Issues section by reporting bugs or commenting on bug reports to give additional context, help, guidance or to propose possible solutions and fixes.
19
19
Pull Requests are very much welcome and encouraged! They keep the project alive, so if you see an Issue and know how to fix it, feel free to create a Pull Request!
20
20
21
-
Issues that are considered "good first issues", indicated by the [good first issue](https://github.com/TheBusyBiscuit/Slimefun4/labels/good%20first%20issue) label, are generally expected to be beginner-friendly.
22
-
And even if you shouldn't know where to start or how to proceed, our [Discord Server](https://github.com/TheBusyBiscuit/Slimefun4#discord) and its community will be there for you!
21
+
Issues that are considered "good first issues", indicated by the [good first issue](https://github.com/Slimefun/Slimefun4/labels/good%20first%20issue) label, are generally expected to be beginner-friendly.
22
+
And even if you shouldn't know where to start or how to proceed, our [Discord Server](https://github.com/Slimefun/Slimefun4#discord) and its community will be there for you!
23
23
24
24
When commenting, please keep in mind that this software is offered for **free**. Don't expect to receive lightning-fast replies 24 hours a day.
25
25
Everyone here works on this project in their free time and usually has work, school, university or family to take care of, so we appreciate patience and understanding.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
-
reported to the community leaders (labelled on Discord as "Admins" or "Moderators") responsible for enforcement on our [Discord Server](https://github.com/TheBusyBiscuit/Slimefun4#discord).
62
+
reported to the community leaders (labelled on Discord as "Admins" or "Moderators") responsible for enforcement on our [Discord Server](https://github.com/Slimefun/Slimefun4#discord).
63
63
If you want your issue to be handled discreetly, message `TheBusyBiscuit#2610` or `Walshy#9709` privately on Discord and state your concerns.
64
64
65
65
All complaints will be reviewed and investigated promptly and fairly.
This document outlines various ways how you can help contribute to Slimefun and make this a bigger and better project.<br>
3
-
All contributions must be inline with our [Code of Conduct](https://github.com/TheBusyBiscuit/Slimefun4/blob/master/.github/CODE_OF_CONDUCT.md) and [License](https://github.com/TheBusyBiscuit/Slimefun4/blob/master/LICENSE).
3
+
All contributions must be inline with our [Code of Conduct](https://github.com/Slimefun/Slimefun4/blob/master/.github/CODE_OF_CONDUCT.md) and [License](https://github.com/Slimefun/Slimefun4/blob/master/LICENSE).
4
4
Please also follow the templates for Issues and Pull Requests we provide.
5
5
6
6
## 1. Issues: Bug Reports
7
7
One of the foundations for good software is reliability. To facilitate this reliability, our community must work together to crush bugs that arise.
8
8
This of course requires good information and knowledge about ongoing bugs and issues though.
9
9
10
-
You can help this project by reporting a bug on our [Issues Tracker](https://github.com/TheBusyBiscuit/Slimefun4/issues).<br>
10
+
You can help this project by reporting a bug on our [Issues Tracker](https://github.com/Slimefun/Slimefun4/issues).<br>
11
11
Please adhere to the provided template and provide as much information as possible.
12
-
For more info on how to make good and helpful bug reports, check out our article on [How to report bugs](https://github.com/TheBusyBiscuit/Slimefun4/wiki/How-to-report-bugs).
12
+
For more info on how to make good and helpful bug reports, check out our article on [How to report bugs](https://github.com/Slimefun/Slimefun4/wiki/How-to-report-bugs).
13
13
14
14
If you encounter an issue which has already been reported, please don't open a new one.<br>
15
15
It would be awesome though if you could post a comment on the existing issue which explains how you were able to reproduce this yourself.
16
16
The more context and information we get, the easier we can fix it.
17
17
18
18
## 2. Pull Requests: Bug Fixes
19
19
Bugs that have been reported need to be fixed of course.<br>
20
-
Any open Issue on our [Issues Tracker](https://github.com/TheBusyBiscuit/Slimefun4/issues) is waiting to be fixed.
20
+
Any open Issue on our [Issues Tracker](https://github.com/Slimefun/Slimefun4/issues) is waiting to be fixed.
21
21
22
22
This is an Open-Source project and we love Pull Requests.
23
-
So if you have an idea on how to approach a known issue, feel free to make a [Pull Request](https://github.com/TheBusyBiscuit/Slimefun4/pulls) which fixes this bug.
23
+
So if you have an idea on how to approach a known issue, feel free to make a [Pull Request](https://github.com/Slimefun/Slimefun4/pulls) which fixes this bug.
24
24
You can also comment on the existing Issue, proposing your idea or communicating that you wanna work on this.
25
25
26
26
## 3. Pull Requests: Additions/Changes
27
27
Slimefun is an Open-Source project and anyone is allowed to make changes or add content to this plugin!
28
28
29
-
Please visit our [Discord Server](https://github.com/TheBusyBiscuit/Slimefun4#discord) and share your ideas first, we hate to reject changes because the community disagrees.<br>
29
+
Please visit our [Discord Server](https://github.com/Slimefun/Slimefun4#discord) and share your ideas first, we hate to reject changes because the community disagrees.<br>
30
30
So communicating your intended changes before-hand will ensure that you don't put too much work into something that might get rejected.
31
31
32
32
We also have a suggestions section in our Discord Server too. Suggestions can be placed in the `#suggestions` channel and community members can vote on a suggestion.
33
33
Suggestions which gotten enough votes will be moved to `#approved`.
34
34
Therefore our `#approved` is a great place to start looking for ideas on what to add or change, since it will definitely be something a large number of people agree with.
35
35
36
36
Also consider making an addon for your additions when they get too large, too abstract or too "niche".
37
-
You can check out our [Developer Guide](https://github.com/TheBusyBiscuit/Slimefun4/wiki/Developer-Guide) for a guide on how to create a Slimefun addon..
37
+
You can check out our [Developer Guide](https://github.com/Slimefun/Slimefun4/wiki/Developer-Guide) for a guide on how to create a Slimefun addon..
38
38
39
39
## 4. Pull Requests: Translations
40
40
Another great way to contribute to Slimefun is by working on translations for the project.
@@ -46,7 +46,7 @@ One of our Language Moderators will review the changes and submit a Pull Request
46
46
Very active community translators will have the option to become a "Language Moderator".
47
47
Language Moderators are responsible for proof-reading any new translations for their designated language and correct it when they see a mistake.
48
48
49
-
For more info on how or what to translate, check out our article on [How to translate Slimefun](https://github.com/TheBusyBiscuit/Slimefun4/wiki/Translating-Slimefun).
49
+
For more info on how or what to translate, check out our article on [How to translate Slimefun](https://github.com/Slimefun/Slimefun4/wiki/Translating-Slimefun).
50
50
51
51
## 5. Pull Requests: Wiki contributions
52
52
Slimefun is a very large project and might be quite intimidating for new players.
@@ -55,14 +55,14 @@ If you have played with Slimefun for a while and gotten yourself familiar with h
55
55
It would help out a lot :heart:
56
56
57
57
You can find a tutorial on how to contribute to our wiki right here:<br>
Slimefun uses [sonarcloud.io](https://sonarcloud.io/dashboard?id=TheBusyBiscuit_Slimefun4) to monitor Code Quality.
62
62
63
63
We always welcome quality improvements to the code and the "Code Smells" section on [sonarcloud.io](https://sonarcloud.io/dashboard?id=TheBusyBiscuit_Slimefun4) is a great place to start.
64
64
But please keep in mind that some design patterns may not be changed too abruptly if an addon depends on them.
65
-
To prevent any accidents from happening, please contact us on our [Discord Server](https://github.com/TheBusyBiscuit/Slimefun4#discord) before-hand and state your intended changes.
65
+
To prevent any accidents from happening, please contact us on our [Discord Server](https://github.com/Slimefun/Slimefun4#discord) before-hand and state your intended changes.
66
66
67
67
#### Documentation
68
68
Code documentation is also a great way to improve the maintainability of the project.
@@ -73,7 +73,7 @@ Feel free to visit our [Javadocs](https://slimefun.github.io/javadocs/Slimefun4/
73
73
74
74
#### Unit Tests
75
75
Unit Tests help us test the project to work as intended in an automated manner.<br>
76
-
More or better Unit Tests are always good to have, so feel free to submit a Test and place it in our [src/test/java](https://github.com/TheBusyBiscuit/Slimefun4/tree/master/src/test/java/io/github/thebusybiscuit/slimefun4/testing) directory
76
+
More or better Unit Tests are always good to have, so feel free to submit a Test and place it in our [src/test/java](https://github.com/Slimefun/Slimefun4/tree/master/src/test/java/io/github/thebusybiscuit/slimefun4/testing) directory
77
77
78
78
We are using [Junit 5 - Jupiter](https://github.com/junit-team/junit5/) and [MockBukkit](https://github.com/seeseemelk/MockBukkit) as our testing environment.<br>
79
79
Every new Unit Test should have a "DisplayName" annotation with a plain text description on what the Unit Test tests.
Copy file name to clipboardExpand all lines: .github/workflows/close-invalid-issues.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ jobs:
31
31
issue_number: ${{ github.event.issue.number }}
32
32
body: |-
33
33
Your issue seems to be missing our template.
34
-
[Click here to create a bug report](https://github.com/TheBusyBiscuit/Slimefun4/issues/new/choose)
34
+
[Click here to create a bug report](https://github.com/Slimefun/Slimefun4/issues/new/choose)
35
35
36
36
Please remember that this Bug Tracker is exclusively reserved for Bug reports, any other form
37
-
of discussion, like suggestions or questions should be posted on our discord server (You can find a link [on our main page](https://github.com/TheBusyBiscuit/Slimefun4#discord)).
37
+
of discussion, like suggestions or questions should be posted on our discord server (You can find a link [on our main page](https://github.com/Slimefun/Slimefun4#discord)).
Copy file name to clipboardExpand all lines: .github/workflows/closed-issues-reason.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,4 @@ jobs:
54
54
55
55
Please respond below, if you have any further questions.
56
56
Do **not** open a new Issue unless explicitly told otherwise, comment below or edit your post instead.<br>
57
-
Make sure to check out our article on [How to report bugs](https://github.com/TheBusyBiscuit/Slimefun4/wiki/How-to-report-bugs) for even more information.
57
+
Make sure to check out our article on [How to report bugs](https://github.com/Slimefun/Slimefun4/wiki/How-to-report-bugs) for even more information.
0 commit comments