Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

34 lines (18 loc) · 1.15 KB

I greatly appreciate all of our contributors.

Submitting an Issue

For Bugs

As a developer: Before submitting, please ensure that you are using the latests code by performing a git pull.

As a user: Before submitting, please ensure that you are using the latests version which you can find here.

Please include your operating system name, your operating system version number (16.04, 18.6, etc), and the install type you are using. Bugs that do not have this information will be closed.

Contributing to LDPartEditor

Submitting Pull Requests

The following are things to consider before submitting a pull request to LDPartEditor.

  1. Base your PR against the master branch, unless discussed otherwise with the maintainers

  2. Make sure that the install is working properly.

  3. All tests and builds should be passing.

  4. All submitted code should be Java 17 compliant.

  5. All submitted code should use four spaces for indentation and Windows line endings (CR+LF).

  6. Pull requests should be submitted to the master branch.