From 45dd18b81818e796b7a36f2bfae6ab95675f5a4c Mon Sep 17 00:00:00 2001 From: qaidjoharj53 Date: Thu, 5 Oct 2023 14:21:25 +0530 Subject: [PATCH 1/2] documentations updated --- Contributing.md | 34 ++++++++++++++++++++++++++++++++++ code_of_conduct.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 Contributing.md create mode 100644 code_of_conduct.md diff --git a/Contributing.md b/Contributing.md new file mode 100644 index 0000000..5e1c83e --- /dev/null +++ b/Contributing.md @@ -0,0 +1,34 @@ +# Contribution Guidelines + +We welcome contributions to the Student Management System project! Whether you're a student, developer, or anyone interested in improving our system, your contributions are valuable to us. Before contributing, please review the guidelines below. + +## Getting Started + +1. Fork this repository. +2. Clone your forked repository to your local machine. + `git clone https://github.com//Banking_System.git` + +## Making Changes + +1. Create a new branch for your feature or bug fix + `git checkout -b feature-name`. +2. Make your changes and commit them + `git commit -m 'Add your message here'`. +3. Push your changes to your forked repository + `git push origin feature-name`. + +## Submitting a Pull Request + +1. Go to the original repository and click on "New Pull Request". + +2. Provide a clear and concise title and description of your changes. + +3. Review and follow the code style and guidelines in the project. + +4. Be ready to respond to feedback and make necessary adjustments. + +## Code of Conduct + +Please read our [Code of Conduct](code_of_conduct.md) before contributing to this project. + +Thank you for contributing to the Student Management System project! diff --git a/code_of_conduct.md b/code_of_conduct.md new file mode 100644 index 0000000..0c80a1a --- /dev/null +++ b/code_of_conduct.md @@ -0,0 +1,29 @@ +# Code of Conduct + +As contributors and maintainers of the Student Management System project, we pledge to create a respectful and welcoming environment for everyone, regardless of age, gender, sexual orientation, disability, ethnicity, religion, or any other personal characteristic. + +## Our Standards + +- Be respectful and considerate in all interactions. +- Show empathy and kindness to others. +- Refrain from any form of harassment, discrimination, or offensive behavior. +- Respect differences of opinion and seek constructive solutions. + +## Unacceptable Behavior + +Unacceptable behavior includes, but is not limited to: + +- Harassment, discrimination, or intimidation. +- Offensive comments, whether related to age, gender, sexual orientation, disability, ethnicity, or religion. +- Disruptive or unwelcome attention. +- Any form of retaliation. + +## Reporting Incidents + +If you witness or experience any behavior that violates this Code of Conduct, please report it to the project maintainers. You can reach out through the project's communication channels. + +## Enforcement + +Project maintainers have the right and responsibility to remove, edit, or reject contributions that do not adhere to this Code of Conduct. Instances of abusive, harassing, or otherwise unacceptable behavior may result in a ban from the project community. + +By contributing to the Student Management System project, you agree to abide by this Code of Conduct. Thank you for helping us create a welcoming and inclusive community. From ba1a0eabe2415c227e4707eb6f2120f9f4b069e4 Mon Sep 17 00:00:00 2001 From: qaidjoharj53 Date: Thu, 5 Oct 2023 14:24:03 +0530 Subject: [PATCH 2/2] steps included --- Contributing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 5e1c83e..bc16855 100644 --- a/Contributing.md +++ b/Contributing.md @@ -5,7 +5,10 @@ We welcome contributions to the Student Management System project! Whether you'r ## Getting Started 1. Fork this repository. -2. Clone your forked repository to your local machine. + +2. Star this repository. + +3. Clone your forked repository to your local machine. `git clone https://github.com//Banking_System.git` ## Making Changes