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: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Translations are managed through [crowdin], a service which allows anyone to con
22
22
23
23
## Setting up a development environment
24
24
25
-
**PLEASE READ If you want to add features or fix bugs that exist in multiple versions, please make the changes for the oldest fully supported versions, which you can find [here](https://docs.advanced-peripherals.de/#version-support). That would be 1.19.2 at the time the article was written.**
25
+
**PLEASE READ If you want to add features or fix bugs that exist in multiple versions, please make the changes for the oldest fully supported versions, which you can find [here](https://docs.advanced-peripherals.de/#version-support). That would be 1.20.1 at the time the article was written.**
26
26
27
27
If you want to contribute to Advanced Peripherals, you'll need to set up a development environment. This can be a tedious process for first-time contributors, but it's worth it in the long run. This guide will walk you through the process of setting up a development environment.
28
28
@@ -35,11 +35,11 @@ You can also download the [IntelliJ IDEA][idea] IDE, which is what we recommend
- If you're using IntelliJ IDEA, you can import the project by selecting `Get from version control` and then typing
42
-
in the github repository url `https://github.com/SirEndii/AdvancedPeripherals/`.
42
+
in the github repository url `https://github.com/IntelligenceModding/AdvancedPeripherals/`.
43
43
44
44
- Build AP with `./gradlew build` (or double clicking the build button in Intellij IDEA). This will be very slow the first time it runs, as it needs to download all the dependencies.
45
45
- Subsequent builds will be much faster.
@@ -53,7 +53,7 @@ If you're having trouble setting up a development environment, [ask the communit
53
53
54
54
### Testing
55
55
We currently do not have code tests for Advanced Peripherals.
56
-
However, we currently work on adding tests to Advanced Peripherals. You can contribute to this by adding tests to the project on the [dev/tests](https://github.com/SirEndii/AdvancedPeripherals/tree/dev/tests) branch. If you want to contribute to this, please contact us on [discord][discord].
56
+
However, we currently work on adding tests to Advanced Peripherals. You can contribute to this by adding tests to the project on the [dev/tests](https://github.com/IntelligenceModding/AdvancedPeripherals/tree/dev/tests) branch. If you want to contribute to this, please contact us on [discord][discord].
57
57
58
58
59
59
## Writing documentation
@@ -63,10 +63,10 @@ Everything you need to know is stated in the readme of the documentation reposit
63
63
64
64
65
65
66
-
[new-issue]: https://github.com/SirEndii/AdvancedPeripherals/issues/new/choose"Create a new issue"
66
+
[new-issue]: https://github.com/IntelligenceModding/AdvancedPeripherals/issues/new/choose"Create a new issue"
0 commit comments