Skip to content

Commit

Permalink
Change repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 committed Sep 20, 2024
1 parent 7cb15cb commit f1ec84d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check mergeability
on:
pull_request:
branches:
- main
- dev

jobs:
merge-check:
Expand Down
10 changes: 4 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@ Hello there! I'm glad you'd like to make OptiGUI a better mod.

Cool!

1. Clone the repository (including the `dev` branch, not `main` branch only)
1. Clone the repository
2. Create a new branch from `dev`
3. Commit your changes. Make sure to format the code and optimize imports. Use *Kotlin style guide* in IDEA
4. Open a pull request to the `dev` branch. OptiGUI development happens on the `dev` branch. The `main` branch is only
for releases
4. Open a pull request to the `dev` branch

## I want to add a translation

Cool!

1. Clone the repository (including the `dev` branch, not `main` branch only)
1. Clone the repository
2. Create a new branch from `dev`
3. Add your translation JSON to `OptiGUI/src/main/resources/assets/optigui/lang/` folder
4. Open a pull request to the `dev` branch. OptiGUI development happens on the `dev` branch. The `main` branch is only
for releases
4. Open a pull request to the `dev` branch

## I'd like to see a feature added to OptiGUI

Expand Down

0 comments on commit f1ec84d

Please sign in to comment.