How YOU can help us make LITIENGINE awesome. #626
nightm4re94
started this conversation in
Old Forum
Replies: 1 comment
-
This post has been migrated automatically from the old LITIENGINE forum (2018 - 2022). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This post has been migrated automatically from the old LITIENGINE forum (2018 - 2022).
Posted: 2018-11-20 00:12:33
User: nightm4re [Admin 👑, Mod 🔧] (age: 1567 days 🔥; posts: 185)
Hello everyone,
first of all: THANK YOU for the successful launch of our forums!
Since LITIENGINE is an open source project, you may have wondered at some point how you can contribute to our cause other than working on the engine's code itself.
#LITIENGINE contribution guideYou are awesome! Thank you for considering contributing to LITIENGINE.
Before you start, we would like to share a few guidelines for contributions to LITIENGINE with you.
In order to contribute to our project, we expect you to have fully read and agreed to our ~~~~Code of Conduct.
##How can I help?You can not only support the development of LITIENGINE by contributing code!
There are tons of ways to help us maintain the project and keep the community vivid and helpful,
a few of which we want to mention here:
###You like organizing events?*Organize LITIENGINE workshops, meetups or game jams*Help us establish a regular LITIENGINE conference*Help community members find the right conferences and submit proposals for speaking###You like designing stuff?*Improve LITIENGINE’s usability by generating class diagrams*Maximize the utiLITI editor's usability by redesigning UI layouts*Help us establishing a style guide to maintain consistency in LITIENGINE's code*Submit LITIENGINE related art to be used on merchandise products###You like writing?*Improve coverage in LITIENGINE's documentation*Start a newsletter for LITIENGINE*Write tutorials, How-To's, and user guides for LITIENGINE*Translate LITIENGINE’s documentation###You like structuring things?*Link to duplicate issues and suggest new issue labels*Go through open issues and suggest closing old ones*Ask clarifying questions on recently opened issues to move the discussion forward###You like coding?*Find open issues and resolve them*Implement new features*Automate project setup*Help us develop an eclipse plugin for project setup*Improve tooling and testing*Enhance LITIENGINE workflows by improving the utiLITI editor.###You like being helpful?*Answer questions about LITIENGINE on e.g., our forum, Stack Overflow or Reddit*Answer questions on open issues*Become a moderator for our Github repository or the ~~~~LITIENGINE forum*Review code on other people’s submissions*Support new contributors and mentor them###Nothing of the above applies to you?Well... if you still want to support us, you could consider helping us bear the development costs for LITIENGINE (e.g. servers and equipment).
You can do so by sponsoring ~~~~LITIENGINE on OpenCollective or sponsoring the devs ~~~~Steffen and ~~~~Matthias directly on GitHub.
##How do I contribute to the LITIENGINE repository?*Create a GitHub account*Fork the ~~~~LITIENGINE repository*Create a thematically labelled branch*Commit & Push your changes to the branch*Commits should be logical and atomic units. Commit often!*We expect any new methods that you write to be fully documented*Make sure to also include unit tests for new features*Clean up your code following our style guide below.*File a Pull Request*We try to review pull requests as often as possible, but don't be mad if it takes us some days before reviewing yours.*As soon as your changes were reviewed and approved, we will merge them into the master branch.*Due to questionable design decisions, violations of our code of conduct, or bugs, we may reject pull requests. Again, this is nothing to be mad about: After you've revised the defective portions of your pull request, we'll happily review it once more.*Changes resulting in build and test pipeline failures that cannot be resolved within two days will be reverted.###Style GuideCode in the LITIENGINE repository needs to be formatted in compliance with the ~~~~Google Java Style Guide. The tool ~~~~google-java-format will provide automatic formatting for that purpose. It is available as a plugin for all popular Java IDEs. Note that the IntelliJ plugin doesn't come with automatic import reordering, which is handled by
~~this external style file you need to integrate via```~~File → Settings → Editor → Code Style`````
##What else can I do?> If you want to help in other ways we have not mentioned above, just contact us at info@LITIENGINE.com to specify the details.
You can also look up these suggestions in ~~~~our contribution guidelines.
We'd be happy to see more community involvement in LITIENGINE's development in the future!
Best,
Matthias
Beta Was this translation helpful? Give feedback.
All reactions