The official website of Girlscript Siliguri!
Introduced as a part of Hacktoberfest 2022, we plan to build a website for girlscript siliguri which will be open sourced.
Here are some tips to start contributing, especially if it is your first time:
- Make sure to check out the issues tab to see if there is any issue that you can work on.
- Make sure to read the contribution guidelines before making a PR.
- Make sure to check out the code of conduct.
- Make sure to check out the README file to understand the project better.
- Make sure to check out the project board to see the progress of the project.
Steps to contribute:
- Star & fork this repo and make sure that you have git installed in your system
- Clone repo locally using git clone https://github.com/girlscriptsiliguri/official-website
- After cloning make sure you create a new branch by using git checkout -b my-branch.
- Add your name in the CONTRIBUTORS.md file.
- Add the modified/created files to the staging using ''' git add . '''
- Commit the changes made into the checked out branch using ''' git commit -m "commit message" ''' .
- Push the changes using git push origin my-branch. Happy Contributing! 😊