Skip to content

Commit

Permalink
Adding contributing (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
samedder committed Oct 2, 2017
1 parent 3985d25 commit 3ff84ce
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,29 @@
# Contributing

Microsoft Azure Service Fabric and Service Fabric CLI welcome any kind of contribution, whether it be reporting issues or sending pull requests.
When contributing to this repository abide by the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

## Code changes

Follow the [wiki page on contributing](https://github.com/Azure/service-fabric-cli/wiki/Contributing) to submit code changes.

## Issues and questions

For questions related to Azure Service Fabric clusters, take a look at the [tag on StackOverflow](https://stackoverflow.com/questions/tagged/azure-service-fabric)
and [official documentation](https://docs.microsoft.com/en-us/azure/service-fabric/).

### General Service Fabric issues

If your issue is not specific to the Service Fabric CLI, please use the [Service Fabric issues repository](https://github.com/Azure/service-fabric-issues/issues) to report an issue.

### CLI specific issues

If your issue is relevant to the Service Fabric CLI, please use this repositories issue tracker.

Be sure to search for similar previously reported issues prior to creating a new one.
In addition, here are some good practices to follow when reporting issues:

- Add a `+1` reaction to existing issues that are affecting you
- Include verbose output (`--debug` flag) when reporting unexpected error messages
- Include the version of sfctl installed, `pip show sfctl` will report this
- Include the version of Service Fabric runtime for the cluster you have selected

0 comments on commit 3ff84ce

Please sign in to comment.