9ccbb7dc37
Closes #985
2 KiB
2 KiB
Contributing
First of all, thanks for contributing! ✨ 👍
Submitting a PR
So you found a 🐛 in the code? Think you can make it more efficient 💨? Want to help in general? Great!
- If you haven't already, create a Github account.
- Click the
Fork
icon located at the top-right of this page (below your username). - Make the changes that you want to and commit them.
- If you're making changes locally, you'll have to execute
git commit -a
andgit push
in your command line.
- If you're making changes locally, you'll have to execute
- Click
Pull Request
at the right-hand side of the gray bar directly below your fork's name. - Click
Click to create a pull request for this comparison
, enter your PR's title, and create a detailed description telling pahimar what you changed. - Click
Send pull request
, and wait for feedback! 💥
Creating an Issue
EE3 crashes every time 💣? Have a suggestion? Found a 🐛? Create an issue now!
- Make sure your issue hasn't already been answered or fixed by searching for it. Also think about whether your issue is a valid one before submitting it.
- Please do not open an issue to ask a question-that is for pahimar's Twitter or the forums.
- Go to the issues page.
- Click
New Issue
right belowStar
andFork
. - Enter your Issue's title (something that summarizes your issue), and then create a detailed description ("Hey pahimar, could you add/change xxx?" or "Hey, found an exploit: stuff").
- If you are reporting a bug report from an unofficial version, make sure you include the following:
- Commit SHA (usually located in a changelog or the jar name itself)
- ForgeModLoader log
- Server log if applicable
- Detailed description of the bug and pictures if applicable
- If you are reporting a bug report from an unofficial version, make sure you include the following:
- Click
Submit new issue
, and wait for feedback! 💥