We appreciate your interest in contributing to the NCEF-Nepal open-source project! Your participation is vital in nurturing a collaborative learning environment. Follow the steps outlined below to contribute effectively:
-
Fork the Repository:
- Visit the NCEF-Nepal GitHub repository.
- Click the "Fork" button in the top right corner to create your copy of the repository.
-
Clone the Repository:
- Locate your forked repository on your GitHub account.
- Click on the "Code" button and copy the repository URL.
- In your terminal, execute:
git clone <paste_repository_url>
-
Create a Branch:
- Establish a new branch for your contribution
-
Make Changes:
- Implement your changes, whether it involves adding code snippets, enhancing documentation, or fixing bugs.
- Ensure your changes align with the project's core goal.
-
Commit Changes:
- Commit your changes with a descriptive commit message:
git add . git commit -m "Add your descriptive message here"
- Commit your changes with a descriptive commit message:
-
Push Changes:
- Push your changes to your forked repository:
git push origin feature/your-contribution
- Push your changes to your forked repository:
-
Submit a Pull Request:
- Navigate to your forked repository on GitHub.
- Click "Compare & pull request."
- Provide a detailed description of your changes.
- Click "Create pull request."