Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 3.8 KB

CONTRIBUTING.md

File metadata and controls

56 lines (36 loc) · 3.8 KB

Contributing Guide

Table of Contents

Code of Conduct

License

General Guidelines

  • By contributing to LandSandBoat, either through issues, pull requests, or discussions, you are expected to abide by the rules laid out here in this Contributing Guide.
  • We do not support out-of-date clients or client modification.
  • We do not support piracy of any kind. We encourage you to maintain an active retail subscription and support the game.

Technical Guidelines

  • For more specific guides on how to contribute using Git, GitHub, C++, Lua, SQL, Python, other technical changes, and how to style your code, etc. please see the Development Guide and Development Landing Page as well as other pages in the Wiki.

Workflow Guide

  • It is always better to ask questions and ask for advice instead of investing a lot of time into work that we may end up asking you to rewrite or split up into smaller contributions.
  • Cite your sources. This can be comments in your code or your commit messages. Pull Request descriptions and comments will get lost over time.
  • If you're commiting work on someone else's behalf, use git's --author argument or GitHub's Co-Authored-By: feature so they get the credit they deserve.
  • Make your commit messages meaningful, or amend/rebase once you're ready to push.

Issue Report Contributions

  • Unimplemented feature requests must be retail behavior, and adequately cover everything about that feature which is missing.
  • Fill out the templated checkboxes that are preloaded in the issue body. These allow us to diagnose your issue as efficiently as possible, and confirm that you've searched for duplicate issues or recent fixes.

Pull Request Contributions

All contributions must be done through pull requests to the LandSandBoat repository. We don't take fixes from Discord to apply ourselves. If you need help with making a pull request, there is a GitHub guide on how to do so.

We prefer submitting early and often, over monolithic and once. If you're implementing a complex feature, please try to submit PRs as you get each smaller functional aspect working (use your best judgment on what counts as a useful PR). This way we can help make sure you're on the right track before you sink a lot of time into implementations we might want done in a different way.

Please try to leave your PR alone after submission, unless it's to fix bugs you've noticed, or if we've requested changes. If you're still pushing commits after opening the PR, it makes it hard for reviewers to know when you're "finished" and if it's "safe" to begin their reviews. If you do want to push early for reviews of your in-progress work, you can open your PR as a "draft".

After a pull request is made, if a staff member leaves feedback for you to change, you must either fix or address it for your pull request to be merged.

If you do not fill the checkboxes confirming that you've read the supporting documentation, and that you've tested your code - your PR will not be reviewed.