/nepal-tek-commuity-website

A Open Source code for website of Nepal Teck Community.

Primary LanguageHTML

Nepal Tek Community Website

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.

Contribution Guide

Steps for Contribution

  1. Fork the Repository: Start by forking the repository to your GitHub account.
Fork



image
  1. Clone the Forked Repository: Clone the forked repository to your local machine.

    $ git clone https://github.com/your_username/nepal-tek-commuity-website.git
Clone
  1. Navigate to the Repository:

    $ cd nepal-tek-commuity-website
  2. Create a New Branch: Create a new branch for your feature or bug fix.

    $ git checkout -b your-feature_or_branch-name
  3. Make Changes: Use your favorite IDE or text editor to make the necessary changes.

  4. 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
  5. 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.

    Pull Request

Additional Notes

  • 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.

Contributors

Check out our contributors on the contributors page.