Skip to content

Commit

Permalink
Merge pull request #580 from zyxkad/patch-1
Browse files Browse the repository at this point in the history
Fix GUIDELINE link in PULL_REQUEST_TEMPLATE.md
  • Loading branch information
SirEndii authored Apr 15, 2024
2 parents e62beee + 5c7f5ed commit eb35cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit eb35cd2

Please sign in to comment.