Welcome, this issue contains all information about the Hacktoberfest event and available tasks on this repository. Please notice that more tasks may be added later this month.
Guidlines
Required Knowledge
Java/Kotlin
Optional Knowledge
Common knowledge about the Bukkit API
Code/Style/Architecture
Please use the existing layout of the project and avoid creating packages.
Keep consistency over the whole project.
Getting started
Look for a task below which you would like to do
Create a new issue with the task name
Fork and clone the repository to your local pc
Use the contributing description on the README to setup required dependencies in order to build the project.
Work on it :)
Submit a pull request to the master branch when you are done to initiate a reviewing process
Tasks
:exclamation: It is highly recommend to create a new issue on this project with the task name for example "Refactor convertChatColors" to avoid duplicate task pull requests. :exclamation:
FAQ
Can I take more than 1 task?
Yes, but only 1 task at a time. After your first pull request has been approved, you can take the second task.
How long does it take to get feedback on a pull request?
I normally check daily for new activity on this repository.
I am not able to setup the project environment?
Just message me below this issue.
Open Tasks
[ ] The documentation only contains samples for the bukkit API. However, it would be nice to also have samples for the sponge API. In this task you should perform the following steps:
Replace the bukkit API samples with their corresponding sponge api samples in the newly added .mdf files.
[ ] The documentation contains spelling mistake and grammar problems. Please review the source files found in the following folder: https://github.com/Shynixn/MCCoroutine/tree/master/docs/wiki/docs. Try to atleast fix 2 issues for a pull request. Note: Removing spaces does not count.
Hacktoberfest 2021
Welcome, this issue contains all information about the Hacktoberfest event and available tasks on this repository. Please notice that more tasks may be added later this month.
Guidlines
Required Knowledge
Optional Knowledge
Code/Style/Architecture
Getting started
master
branch when you are done to initiate a reviewing processTasks
:exclamation: It is highly recommend to create a new issue on this project with the task name for example "Refactor convertChatColors" to avoid duplicate task pull requests. :exclamation:
FAQ
Can I take more than 1 task?
Yes, but only 1 task at a time. After your first pull request has been approved, you can take the second task.
How long does it take to get feedback on a pull request?
I normally check daily for new activity on this repository.
I am not able to setup the project environment?
Just message me below this issue.
Open Tasks
[ ] The documentation only contains samples for the bukkit API. However, it would be nice to also have samples for the sponge API. In this task you should perform the following steps:
Copy the .mdf files found in https://github.com/Shynixn/MCCoroutine/tree/master/docs/wiki/docs to a new folder called https://github.com/Shynixn/MCCoroutine/tree/master/docs/wiki/docs/sponge.
Replace the bukkit API samples with their corresponding sponge api samples in the newly added .mdf files.
[ ] The documentation contains spelling mistake and grammar problems. Please review the source files found in the following folder: https://github.com/Shynixn/MCCoroutine/tree/master/docs/wiki/docs. Try to atleast fix 2 issues for a pull request. Note: Removing spaces does not count.
Completed Tasks
~