Thank you so much for showing interest in the project.
We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a collaborator
- Basic knowledge of
HTML
,CSS
,JavaScript
andPHP
- Ability to use Git and Github
- Willingness to learn more
- UI/UX skills are appreciable
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests.
1. Fork this repository.
2. Clone the forked repository.
git clone [email protected]:Learn-For-Cause/ACAResource.git
3. Navigate to the project directory.
cd ACAResource
4. Create a new branch.
git checkout testing
5. Make changes in source code.
6. Commit your changes.
git add .
git commit -m "test"
7. Push your local branch to the remote repository.
git push -u origin testing
8. Create a Pull Request!
Congratulations! Sit and relax till we review your PR, you've made your contribution to ACAResource project.