Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**PLEASE READ THE [GUIDELINES](https://github.com/SirEndii/AdvancedPeripherals/blob/1.20.1/CONTRIBUTING.md) BEFORE MAKING A CONTRIBUTION**
**PLEASE READ THE [GUIDELINES](https://github.com/SirEndii/AdvancedPeripherals/blob/dev/1.20.1/CONTRIBUTING.md) BEFORE MAKING A CONTRIBUTION**


* **Please check if the PR fulfills these requirements**
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ You can also download the [IntelliJ IDEA][idea] IDE, which is what we recommend

- Download AP's source code:
```
git clone https://github.com/SirEndii/AdvancedPeripherals
git clone https://github.com/IntelligenceModding/AdvancedPeripherals
cd AdvancedPeripherals
```
- If you're using IntelliJ IDEA, you can import the project by selecting `Get from version control` and then typing
in the github repository url `https://github.com/SirEndii/AdvancedPeripherals/`.
in the github repository url `https://github.com/IntelligenceModding/AdvancedPeripherals/`.

- 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.
- Subsequent builds will be much faster.
Expand All @@ -53,7 +53,7 @@ If you're having trouble setting up a development environment, [ask the communit

### Testing
We currently do not have code tests for Advanced Peripherals.
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].
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].


## Writing documentation
Expand All @@ -63,10 +63,10 @@ Everything you need to know is stated in the readme of the documentation reposit



[new-issue]: https://github.com/SirEndii/AdvancedPeripherals/issues/new/choose "Create a new issue"
[new-issue]: https://github.com/IntelligenceModding/AdvancedPeripherals/issues/new/choose "Create a new issue"
[Adoptium]: https://adoptium.net/temurin/releases?version=17 "Download OpenJDK 17"
[vsc]: https://code.visualstudio.com/ "Visual Studio Code"
[docs-repo]: https://github.com/SirEndii/Advanced-Peripherals-Documentation "Advanced Peripherals Documentation Repository"
[docs-repo]: https://github.com/IntelligenceModding/Advanced-Peripherals-Documentation "Advanced Peripherals Documentation Repository"
[checkstyle]: https://checkstyle.org/
[idea]: https://www.jetbrains.com/de-de/products/compare/?product=idea&product=idea-ce "IntelliJ IDEA Community Edition"
[discord]: https://discord.intelligence-modding.de/ "Join the Discord"
Expand Down