-
Notifications
You must be signed in to change notification settings - Fork 1
How to contribute ?
FAK edited this page Nov 13, 2024
·
6 revisions
We appreciate your interest in contributing to the Cyber Library! Here’s how to get started with contributing:
- Git installed on your local machine.
- A GitHub account.
- Familiarity with Markdown.
-
Fork the Repository
- Navigate to the top right of this repository and click the Fork button to create a copy in your GitHub account.
-
Clone Your Fork
- Clone the repository to your local machine using the following command:
git clone https://github.com/<yourusername>/cyber-library.git cd cyber-library
- Clone the repository to your local machine using the following command:
-
Create a New Branch from
development
- Before making any changes, create a new branch from
development
:git checkout -b <branch_name> origin/development
- Before making any changes, create a new branch from
-
Make Your Changes
- Add or modify markdown files as necessary.
-
Commit and Push Your Changes
- Stage and commit your changes:
git add . git commit -m "Add/update [topic]"
- Push your changes to your forked repository:
git push origin your-branch-name
- Stage and commit your changes:
-
Open a Pull Request (PR)
- Open a Pull Request from your branch to the
development
branch in the main repository.
- Open a Pull Request from your branch to the
For more information, you can reach out via our Discord server or use any of the following references: