Thank you to contribute to SkDynmap. It is with people like you that projects are born. However, there are a few rules.
You can contribute to this repo with issues and pull request.
- Issue: Please use issue to report a bug or suggest a new feature.
- Pull request: You can use pull request to contribute to SkDynmap, with your own code.
To create an issue, it's really simple: go to the issues page, and click on "New issue" button. Next, choose the adequate template, or click on Open a blank issue
if you don't know what to choose. Specify a title, and start writing your issue. Finally, click on "Submit new issue" to publish your issue. Thanks !
To create a pull request, you need to fork the repo first. Next, you can do your changes on your repo (It's better to create a new branch in your repo, to get better organized. Ex: feature/improve-areas
).
Finally, if you think you made all required changes, please make a pull request, pointing to SkDynmap's dev
branch. I will review your pull request, and ask for potentially new changes required. When everything looks good, I will merge your pull request into SkDynmap's dev
branch. Thanks !