Welcome to the open-source repository for the Nepal Tek Community website. We appreciate contributions from the community to make our website better. Please follow the guidelines below when contributing.
- Fork the Repository: Start by forking the repository to your GitHub account.
-
Clone the Forked Repository: Clone the forked repository to your local machine.
$ git clone https://github.com/your_username/nepal-tek-commuity-website.git
-
Navigate to the Repository:
$ cd nepal-tek-commuity-website
-
Create a New Branch: Create a new branch for your feature or bug fix.
$ git checkout -b your-feature_or_branch-name
-
Make Changes: Use your favorite IDE or text editor to make the necessary changes.
-
Add, Commit, and Push: Add your changes to the staging area, commit them with a descriptive message, and push to your forked repository.
$ git add . $ git commit -m "#Issue_No: your commit message" # Eg. "#5: Add contact us form" $ git push origin your-feature_or_branch-name
-
Create a Pull Request: Once your changes are pushed to your forked repository, create a pull request from your branch to the
develop
branch of the main repository.- Click on "Sync Fork"
- After syncing with upstream, click on "Contribute"
- Open a pull request and wait for it to be reviewed and merged.
- Creating Issues: Feel free to create issues for bugs, feature requests, or any improvements you'd like to see.
- Follow Discussions: Before submitting a pull request, engage in discussions on existing issues or pull requests to ensure alignment with the community's goals.
Check out our contributors on the contributors page.