mirror of
https://github.com/gryf/openstack.git
synced 2025-12-17 11:30:24 +01:00
Open-source the OpenStack DB migration scripts and workshop
This commit is contained in:
26
migration-scripts/Contributing.md
Normal file
26
migration-scripts/Contributing.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# How to contribute
|
||||
First, thanks for taking the time to contribute to our project! The following information provides a guide for making contributions.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
By participating in this project, you agree to abide by the [Oath Code of Conduct](Code-of-Conduct.md). Everyone is welcome to submit a pull request or open an issue to improve the documentation, add improvements, or report bugs.
|
||||
|
||||
## How to Ask a Question
|
||||
|
||||
If you simply have a question that needs an answer, [create an issue](https://help.github.com/articles/creating-an-issue/), and label it as a question.
|
||||
|
||||
## How To Contribute
|
||||
|
||||
### Report a Bug or Request a Feature
|
||||
|
||||
If you encounter any bugs while using this software, or want to request a new feature or enhancement, feel free to [create an issue](https://help.github.com/articles/creating-an-issue/) to report it, make sure you add a label to indicate what type of issue it is.
|
||||
|
||||
### Contribute Code
|
||||
Pull requests are welcome for bug fixes. If you want to implement something new, please [request a feature first](#report-a-bug-or-request-a-feature) so we can discuss it.
|
||||
|
||||
#### Creating a Pull Request
|
||||
Before you submit any code, we need you to agree to our [Contributor License Agreement](https://yahoocla.herokuapp.com/); this ensures we can continue to protect your contributions under an open source license well into the future.
|
||||
|
||||
Please follow [best practices](https://github.com/trein/dev-best-practices/wiki/Git-Commit-Best-Practices) for creating git commits.
|
||||
|
||||
When your code is ready to be submitted, you can [submit a pull request](https://help.github.com/articles/creating-a-pull-request/) to begin the code review process.
|
||||
Reference in New Issue
Block a user