This documentation contains a set of guidelines to help you during the contribution process.
I'm happy to welcome all the contributions from anyone willing to add new scripts to this repository. Thank you for helping out and remember, no contribution is too small.
Welcome to arpitghura/typing-test. Before sending your pull requests, make sure that you read the whole guidelines. If you have any doubts about the contributing guide, please feel free to reach out on Discord
Any contribution is accepted, from fixing grammatical mistakes to implementing complex scripts. Please read this section if you are contributing your work.
Following are the steps to guide you:
- Step 1: Fork into your account
- Step 2: Clone the repo in your machine using
git clone https://github.com/<your_username>/typing-test.git
- Step 3: Replace the
<your_username>
with your github username. - Step 4: Create your feature branch
git checkout -b <feature-name>
- Step 5: Commit all the changes (Write commit message as "Small Message")
git commit -m "Write a meaningful but small commit message"
- Step 6: Push the changes for review
git push origin <branch-name>
- Step 7: Create a PR on Github. (Don't just hit the create a pull request button, you must write a PR message to clarify why and what are you contributing)
- Do not edit/delete someone else's script in this repository. You can only insert new scripts in this repository.
- Give a meaningful name to whatever file or folder you are adding.
- To state an example, folder name should be as "Images" and file name should be "front_image.jpg"
- Welcome to this repository, if you are here as an open source program participant/contributor.
- Participants / contributors have to comment on issues they would like to work on, and mentors or the PA will assign you.
- Issues will be assigned on a first-come, first-serve basis.
- Participants / Contributors can also open their issues using issue_template, but it needs to be verified and labeled by a mentor or PA. Please discuss this with the team once before opening your issues. We respect all your contributions, whether it is an Issue or a Pull Request.
- When you raise a issue, make sure you get it assigned to you, before you start working on that project.
- Each participant / contributor will be assigned 1 issue (max) at a time to work.
- Participants are expected to follow project guidelines and coding style. Structured code is one of our top priorities.
- Try to explain your approach to solve any issue in the comments. This will increase the chances of you being assigned.
- Don't create issues that are already listed.
- Please don't pick up an issue already assigned to someone else. Work on the issues after it gets assigned to you.
- Make sure you discuss issues before working on the issue.
- Pull requests will be merged after being reviewed by a mentor or PA.
- It might take a day or two to review your pull request. Please have patience and be nice.
- Always create a pull request from a branch other than
main
. - Participants / contributors have to complete issues before the decided Deadline. If you fail to make a PR within the deadline, then the issue will be assigned to another person in the queue.
- While making PRs, don't forget to add a description of your work.
- Include the issue number (Fixes:issuenumber) in your commit message while creating a pull request.
- Make sure your solution to any issue is better in terms of performance and other parameters in comparison to the previous work.
- We all are here to learn. You are allowed to make mistakes. That's how you learn, right!.
- You must add your script into the respective places.
- Your work must be original, written by you not copied from other resources.
- Follow the proper style guides for your work.
- For any queries or discussions, please feel free to join and drop a message over Discord channel.
- Markdown : Markdown is a lightweight markup language like HTML, with plain text formatting syntax.
- Git : Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.
You can refer to the following articles on the basics of Git and Github and also contact me, in case you are stuck: