Skip to content

Commit 68985e0

Browse files
Update on how this repo will track bugs and questions going forward (#1140)
1 parent 71fcb65 commit 68985e0

File tree

4 files changed

+19
-54
lines changed

4 files changed

+19
-54
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-41
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Bug Report
4+
url: https://developercommunity.visualstudio.com/spaces/21/index.html
5+
about: Please report any bugs here.
6+
- name: Query
7+
url: https://stackoverflow.com/questions/tagged/azure-devops
8+
about: Please ask any questions here.

CONTRIBUTING.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,11 @@ There are many ways in which you can contribute, beyond writing code. The goal o
66

77
## Have a question
88

9-
Search existing github [issues](https://github.com/Microsoft/azure-devops-cli-extension/issues?q=is%3Aopen+is%3Aissue+label%3Aquestion) for similar questions first, and feel free to file an issue with a "question" tag to get our attention.
9+
Search existing [questions](https://stackoverflow.com/questions/tagged/azure-devops) for similar questions first, and feel free to create a new question with "azure-devops" tag to get azure devops community attention.
1010

1111
## Found a bug
1212

13-
### Where to find known issues
14-
15-
Check open [issues](https://github.com/Microsoft/azure-devops-cli-extension/issues?q=is%3Aopen+is%3Aissue+label%3Abug) before you file a new bug report.
16-
17-
If you find your issue already exists, make relevant comments and add your reaction. Use a reaction in place of a "+1" comment:
18-
👍 - upvote
19-
👎 - downvote
20-
21-
### Report new issue
22-
23-
The best way to get your bug fixed is to provide good repro steps. Use our [Bug template](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose) to report any issues.
13+
Search existing [issues](https://developercommunity.visualstudio.com/spaces/21/index.html) for similar questions first, and feel free to open a new issue.
2414

2515
## Feature requests
2616

@@ -40,6 +30,8 @@ Use our Feature Request [template](https://github.com/Microsoft/azure-devops-cli
4030

4131
Unsure where to begin contributing? You can start by looking through these beginner and help-wanted issues:
4232

33+
These are bugs/ feature requests where it has been determined that a change is required and this repo is open to any contribution from open source community.
34+
4335
- [Beginner issues](https://github.com/Microsoft/azure-devops-cli-extension/issues?q=is%3Aissue+is%3Aopen+label%3ABeginner) - issues which should only require a few lines of code, and a test or two.
4436

4537
- [Help wanted issues](https://github.com/Microsoft/azure-devops-cli-extension/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) - issues which should be a bit more involved than beginner issues.
@@ -78,4 +70,4 @@ Submit a Contributor License Agreement (CLA) before submitting a pull request. Y
7870

7971
## Thank you
8072

81-
Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute.
73+
Your contributions to open source, large or small, make great projects like this possible. Thank you for taking the time to contribute.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Commands:
6969

7070
See our [contribution guidelines](CONTRIBUTING.md) to learn how you can contribute to this project.
7171

72+
TLDR of [contribution guidelines](CONTRIBUTING.md) <br/>
73+
74+
Questions : [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-devops) <br/>
75+
Bug reports : [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html) <br/>
76+
New Feature request : [Azure DevOps repo](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose) <br/>
77+
7278
## License
7379

7480
[MIT License](LICENSE)

0 commit comments

Comments
 (0)