Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>2021-10-08 19:16:41 +0300
committerGitHub <noreply@github.com>2021-10-08 19:16:41 +0300
commit6732e2ee117e01f29ed81ad293983f9ca602ef37 (patch)
treeba836df23ef39ff5771cf4a053ac67bc342ca404 /.github
parent6f1e649aee9ccaff5f8c12fcbbc2f219d3c4e8eb (diff)
Add issue reporting guidelines to CONTRIBUTING.md (#60142)
* Add issue reporting guidelines to CONTRIBUTING.md * address feeedback * update README.md * link bug report template to new CONTRIBUTING.md section
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/01_bug_report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml
index ee28f6b233a..4aa6545ec43 100644
--- a/.github/ISSUE_TEMPLATE/01_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
- We welcome bug reports! Please see our [contribution guidelines](https://github.com/dotnet/runtime/blob/main/CONTRIBUTING.md) for more information on writing a good bug report. This template will help us gather the information we need to start the triage process.
+ We welcome bug reports! Please see our [contribution guidelines](https://github.com/dotnet/runtime/blob/main/CONTRIBUTING.md#writing-a-good-bug-report) for more information on writing a good bug report. This template will help us gather the information we need to start the triage process.
- type: textarea
id: background
attributes: