Skip to content

Latest commit

 

History

History
69 lines (31 loc) · 2.34 KB

README.md

File metadata and controls

69 lines (31 loc) · 2.34 KB

SecurePractices101

Welcome to SecurePractices101, where we're dedicated to promoting secure coding practices. We appreciate your interest in contributing to our project. Follow these steps to send your merge request:

Step 1: Fork this Repository

Click the "Fork" button in the top right corner of this page. This creates a copy of the repository under your GitHub account.

Step 2: Clone Your Forked Repository

Clone the repository from your account to your local machine using Git. Replace <your-username> with your actual GitHub username.

git clone https://github.com/<your-username>/SecurePractices101.git

Step 3: Create a New Branch

Create a new branch for your feature or bug fix. Make sure to give it a descriptive name.

git checkout -b my-feature

Step 4: Make Changes

Make your desired changes or additions to the code. Ensure you follow our contribution guidelines.

Step 5: Commit Your Changes

Commit your changes with a meaningful message.

git commit -m "Add feature: XYZ"

Step 6: Push Your Changes

Push the changes to your fork on GitHub.

git push origin my-feature

Step 7: Create a Pull Request

Navigate to your forked repository on GitHub. You'll see a notification that you recently pushed a new branch. Click on the "Compare & pull request" button to initiate the pull request.

Step 8: Describe Your Pull Request

Provide a clear and concise description of your changes. Explain why these changes are necessary.

Step 9: Review and Submit

Review your changes and ensure everything looks correct. Then, click the "Create Pull Request" button.

Step 10: Wait for Review

A project maintainer will review your changes and may request further modifications. Be patient during this process.

Step 11: Celebrate

Once your pull request is approved and merged, you've made a valuable contribution to SecurePractices101! Congratulations and thank you for your effort in promoting secure coding practices.

Questions or Concerns?

If you have questions or need assistance, please reach out to us through the Issues section or our Discussions.

We appreciate your contribution and dedication to improving security in the digital world. Together, we can make a difference!