Hello and thanks for taking your time to contribute!
The following is a set of guidelines for contributing to GFX Encyclopedia. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct version 2.0. By participating, you are expected to uphold this code. Please report unacceptable behavior to contact@thenewbieclub.net.
Forking a repository is a simple two-step process. Please follow this instruction below.
- Navigate back to the repository root
(
theNewbieClub-MAL/gfxEncyclopedia
). You can pass this step if on Desktop. - In the top-right corner of the page, click Fork.
To clone this repository you need Git installed on your end and the repository need to be forked (see: Forking repository) to your GitHub account. From your command line:
git clone https://github.com/<YOUR USERNAME>/gfxEncyclopedia
Note
Remember to change <YOUR USERNAME>
into your GitHub username.
There is no strict guidelines for adding commit message. However, the best one is make it "uniform."
We commonly use those for prefix:
Add
when file is untracked by git.Modify
orFix
when there some lines modified from previous. Usefix
if it resolve bug on project.Update
when some information updated.
- Make sure you have required to naming your commit based on Commit changes guideline.
- Name your pull request as
Note:Detail: Comment
- Detail
- Defining what the purpose of this pull request.
Available arguments, at the moment:Add
,Modify
,Fix
- On comment section, fill any information that were required.
- Click on the green "Send pull request" button to finish creating the pull request.
- You should now see an open pull request.
Got a great idea or found an issue but can not executing as well, or unfamiliar with Git interface? Now, you can relax more because GitHub has a great feature, called GitHub Issue. It helps users to "interact" developers with 0 knowledge of coding.
You can send us an issue for we can look for it.
- Open theNewbieClub-MAL/gfxEncyclopedia/issues and tap on New Issue button.
- In title bar, write:
Suggestion: <your comment>
- Adding additional comment/information would helps us figuring out what you want to suggest with.
- If you finished writing issue, tap Submit new issue.
- You should now see an open issue.
-
theNewbieClub-MAL/gfxEncyclopedia/issues
and tap on New Issue button.
- In title bar, write:
<your comment>
- Adding additional comment/information would helps us figuring out what problem(s) is/are occurred.
- If you finished writing issue, tap Submit new issue.
- You should now see an open issue.