Skip to content

Commit

Permalink
Add Contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohisa committed May 25, 2023
1 parent 688d021 commit dd2a9dd
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# CONTRIBUTIONS.md

## Introduction

We're glad you're interested in contributing to our project! While the maintainers of this project are internal team members, we warmly welcome contributions from the community in the form of bug reports, enhancement suggestions, and documentation improvements.

This document outlines how you can contribute to our project and what you can expect during this process. Please read it thoroughly before you begin.

## Code of Conduct

First and foremost, participants in this project are expected to respect our [Code of Conduct](CODE_OF_CONDUCT.md). We're committed to providing a welcoming and positive experience for all contributors, so please respect these guidelines.

## Reporting Bugs

We're constantly striving to improve, and your bug reports are a significant part of that. If you've identified a bug, please open an issue in our GitHub repository, providing as much detail as possible. Here's what we'd like you to include in your bug report:

- A clear and concise description of the bug.
- Steps to reproduce the issue.
- Expected behavior.
- Screenshots (if applicable).
- Any other information that might help us understand and resolve the issue.

## Suggesting Enhancements

If you have an idea that could improve our project, we'd love to hear about it! Please open an issue in our GitHub repository, detailing your suggestion. Here's what we'd like you to include in your enhancement suggestion:

- A clear and concise description of the enhancement.
- An explanation of why you think this enhancement would be beneficial to the project.
- Any other information that might help us understand your suggestion.

## Improving Documentation

If you've noticed that our documentation can be improved or expanded, we'd appreciate your input! Please open an issue in our GitHub repository, detailing your suggestions for the documentation. Here's what we'd like you to include in your documentation improvement suggestion:

- A clear and concise description of the documentation improvement.
- An explanation of why you think this improvement would be beneficial to the project.
- Any other information that might help us understand your suggestion.

## Pull Requests

If you're ready to start contributing code or documentation, please submit a pull request. Our team will review your submission as soon as possible. In order for your pull request to be approved, you'll need to follow our coding and documentation guidelines.

Thank you once again for your interest in contributing to our project. We appreciate your effort and are excited to see what you bring to our project!
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Sekiban - Event Sourcing Framework using .NET and Cosmos DB

# Support

[Contribution Guideline](CONTRIBUTING.md)

[Code of Conduct](CODE_OF_CONDUCT.md)

# License
Apache 2.0
[See License](LICENSE)

0 comments on commit dd2a9dd

Please sign in to comment.