Contributing
Find here all the information you need to help us modify this wiki
Last updated
Find here all the information you need to help us modify this wiki
Last updated
Welcome! This guide will walk you step by step through the contribution process to the EpicWorld project wiki on GitHub.
Create a GitHub account: .
Install Git on your computer: .
Choose a simple and user-friendly editor like .
After installation, open your terminal and configure your name and email (the ones used for GitHub):
Go to
Click on the Fork button in the top right to create a copy of the repository on your account.
Copy the link to your fork and run the following command in your terminal:
Create a separate branch for each topic you work on to keep your contributions organized:
Example: git checkout -b add-capture-guide
Use Visual Studio Code to edit markdown (.md
) files.
You can also create new files, for example, how-to-claim.md
.
Example of a simple markdown structure:
In your terminal, add and commit your changes:
Send your changes to GitHub:
Go back to your forked project on GitHub.
Click on Compare & pull request.
Clearly describe your contribution and then confirm by clicking Create pull request.
Keep your explanations clear and concise.
Check spelling and grammar.
Structure your markdown pages properly.
Use Visual Studio Code’s markdown previews (Ctrl + Shift + V) before submitting.
Thank you for your contribution! ✨
Feel free to create an on GitHub to ask for help or to raise a question.