Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagargupta16 authored Dec 28, 2023
1 parent 5efd6dd commit fc72ebf
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Contributing to [Your Project Name]

Thank you for considering contributing to Portfolio-React! We appreciate your time and effort. By contributing, you help make this project better for everyone. Please follow the guidelines outlined in this document to ensure smooth collaboration.

## Code of Conduct

Please note that this project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report any unacceptable behavior to [[email protected]](mailto:[email protected]).

## How to Contribute

1. **Fork the repository:**
- Fork the repository to your GitHub account.

2. **Clone your fork:**
```bash
git clone https://github.com/Sagargupta16/portfolio-react.git
```

3. **Create a new branch:**
```bash
git checkout -b feature/your-feature
```

4. **Make your changes and commit:**
```bash
git add .
git commit -m "Add your commit message here"
```

5. **Push to your fork:**
```bash
git push origin feature/your-feature
```

6. **Open a pull request:**
Open a pull request on the main repository explaining your changes.
Reference any relevant issues.

Adhere to the existing code style used in the project. If there's a specific style guide, please follow it. If not, maintain consistency with the surrounding code.

### Documentation

Update the documentation if your contribution introduces new features or modifies existing behavior. This includes updating README files or adding relevant documentation in the code.

### Reporting Issues

If you find a bug or have a feature request, please open an issue following the provided issue template.

### Review Process

All contributions will be reviewed by the maintainers. Be patient during the review process and be responsive to any feedback or requests for changes.

### Code of Conduct Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints and respond appropriately. Confidentiality with regard to the reporter of an incident will be maintained.

Thank you for your contribution! Happy coding!

0 comments on commit fc72ebf

Please sign in to comment.