-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddd641c
commit ed5e540
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Getting Involved | ||
|
||
New contributors are always welcome, when it doubt please ask questions. We strive to be an open and welcoming community. Please be nice to one another. | ||
|
||
### Coding | ||
|
||
* Pick a task: | ||
* Offer feedback on open [pull requests](https://github.com/Confiz/fog-azure-rm/pulls). | ||
* Review open [issues](https://github.com/Confiz/fog-azure-rm/issues) for things to help on. | ||
* [Create an issue](https://github.com/Confiz/fog-azure-rm/issues/new) to start a discussion on additions or features. | ||
* Fork the project, add your changes and tests to cover them in a topic branch. | ||
* [Fork](https://github.com/Confiz/fog-azure-rm/fork) | ||
* Create your feature branch (`git checkout -b my-new-feature`) | ||
* Commit your changes (`git commit -am 'Add some feature'`) | ||
* Push to the branch (`git push origin my-new-feature`) | ||
* Create a new pull request | ||
* Commit your changes and rebase against `Confiz/fog-azure-rm` to ensure everything is up to date. | ||
* [Submit a pull request](https://github.com/Confiz/fog-azure-rm/compare/). | ||
|
||
### Non-Coding | ||
|
||
* Offer feedback on open [issues](https://github.com/Confiz/fog-azure-rm/issues). | ||
* Organize or volunteer at events. | ||
* Write and help edit [documentation](https://github.com/Confiz/fog-azure-rm/tree/develop/lib/fog/azurerm/docs). | ||
|
||
## Testing | ||
|