-
Notifications
You must be signed in to change notification settings - Fork 585
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
Showing
29 changed files
with
316 additions
and
152 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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# Contributing | ||
|
||
We appreciate contributions of any kind and acknowledge them on our [README][readme]. By participating | ||
in this project, you agree to abide by our [code of conduct](CODE_OF_CONDUCT.md). | ||
We appreciate contributions of any kind and acknowledge them on our [README][readme]. By participating in this project, you agree to abide by our [code of conduct](CODE_OF_CONDUCT.md). | ||
|
||
## Any enhancements/bugs/etc you see? | ||
|
||
Add an issue. We'll review it, add labels and reply within a few days. | ||
|
||
## See an issue you'd like to work on? | ||
|
||
Comment on the issue that you'd like to work on it | ||
and we'll add the `claimed` label. If you see the `claimed` label already on the issue you | ||
might want to ask the contributor if they'd like some help. | ||
Comment on the issue that you'd like to work on it and we'll add the `claimed` label. If you see the `claimed` label already on the issue you might want to ask the contributor if they'd like some help. | ||
|
||
## Documentation/etc need updating? | ||
|
||
Go right ahead! Just submit a pull request when you're done. | ||
Go right ahead! Just submit a pull request (to the branch **vnext**) when you're done. | ||
|
||
|
||
## Pull Requests | ||
|
@@ -26,11 +23,9 @@ Fork, then clone the repo: | |
|
||
git clone [email protected]:your-username/AzUrlShortener.git | ||
|
||
Push to your fork and [submit a pull request](https://github.com/fboucher/AzUrlShortener/compare/) against the `dev` branch. | ||
Push to your fork and [submit a pull request](https://github.com/fboucher/AzUrlShortener/compare/) against the `vnext` branch. | ||
|
||
At this point you're waiting on us. We like to at least comment on pull requests | ||
within three days (and, typically, one day). We may suggest | ||
some changes or improvements or alternatives. | ||
At this point you're waiting on us. We like to at least comment on pull requests within three days (and, typically, one day). We may suggest some changes or improvements or alternatives. | ||
|
||
Some things that will increase the chance that your pull request is accepted: | ||
|
||
|
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
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
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
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
Oops, something went wrong.