Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.32 KB

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) · 1.32 KB

Contributing Guidelines

Pull requests, bug reports, and all other forms of contribution are welcomed and highly encouraged! :octocat:

💡 Asking Questions, Feature Requests, Bug Reports and Other Issues

In short, GitHub issues are not the appropriate place to debug your specific project, but should be reserved for filing bugs and feature requests.

Feature requests are welcome! While we will consider all requests, we cannot guarantee your request will be accepted. A great way to contribute to the project is to send a detailed issue when you encounter a problem. We always appreciate a well-written, thorough bug report. ✌️

Everithing can be done on our Discord server.

discord

📝 Translations

See our Translations Guide.

🔁 Submitting Pull Requests

  • Write complete Javadocs.
  • Less is better. Smaller snippets of code are preferred to huge commits, big feature must be discussed before to start to code.
  • Test your code.
  • Use 4 spaces for tabulation.

🔧 Feature design pattern

In the next graph is described how a feature work, be sure to put the correct stuff in the correct section of the program.

pattern