Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

38 lines (30 loc) · 1.27 KB

Contributing to Project Apple

Code of Conduct

This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code. Unacceptable behavior can be reported to uSkizzik#3576 in Discord.

Setting Up

The project can be set up very easily and it's mostly like setting up a new Forge project.

  • Fork the Repository.
  • Open with preferred IDE.
  • Generate the runs by running one of the following commands (depending on your IDE) in the terminal.
    • Eclipse: gradlew genEclipseRuns
    • IntelliJ IDEA: gradlew genIntellijRuns
    • Visual Studio Code: gradlew genVSCodeRuns
  • Start runData to generate the tags, models and etc.
  • Modify the project to your heart's content.

Pull Requests

Please follow these steps to have your contribution considered by the maintainers:

  1. Follow the instructions in the template.
  2. Follow the styleguides.
  3. After you submit your pull request, verify that all status checks are passing

Suggesting / Reporting

Suggesting a Feature

Reporting a Bug

Contributing Code

Fixing a Typo

Adding a Requested Feature

Fixing a Bug

Backporting

Contributing to an Update

Labels

Styleguide