Skip to content

Commit 9da3cbf

Browse files
authored
docs: Fix typos in GitHub templates (serverless#567)
1 parent fd69ef5 commit 9da3cbf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ about: Create a report to help us improve
55

66
<!--
77
1. Please check if an issue already exists. This bug may have already been documented
8-
2. Check out and follow our Guidelines: https://github.com/serverless/serverless-azure-functions/CONTRIBUTING.md
9-
3. Fill out the whole template so we have a good overview on the issue
8+
2. Check out and follow our Guidelines: https://github.com/serverless/serverless-azure-functions/blob/master/CONTRIBUTING.md
9+
3. Fill out the whole template so we have a good overview of the issue
1010
4. Do not remove any section of the template. If something is not applicable leave it empty but leave it in the Issue
1111
5. Please follow the template, otherwise we'll have to ask you to update it
1212
-->
@@ -18,7 +18,7 @@ about: Create a report to help us improve
1818
- What went wrong?
1919
- What did you expect should have happened?
2020
- What was the config you used?
21-
- What stacktrace or error message from your provider did you see?
21+
- What stack trace or error message from your provider did you see?
2222

2323
Similar or dependent issues:
2424

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ about: Suggest an idea for serverless-azure-functions
55

66
<!--
77
1. Please check if an issue already exists. This feature may have already been requested
8-
2. Check out and follow our Guidelines: https://github.com/serverless/serverless-azure-functions/CONTRIBUTING.md
9-
3. Fill out the whole template so we have a good overview on the issue
8+
2. Check out and follow our Guidelines: https://github.com/serverless/serverless-azure-functions/blob/master/CONTRIBUTING.md
9+
3. Fill out the whole template so we have a good overview of the issue
1010
4. Do not remove any section of the template. If something is not applicable leave it empty but leave it in the Issue
1111
5. Please follow the template, otherwise we'll have to ask you to update it
1212
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
1. Please check out and follow our Contributing Guidelines: https://github.com/serverless/serverless-azure-functions/CONTRIBUTING.md
2+
1. Please check out and follow our Contributing Guidelines: https://github.com/serverless/serverless-azure-functions/blob/master/CONTRIBUTING.md
33
2. Do not remove any section of the template. If something is not applicable leave it empty but leave it in the PR
44
3. Please follow the template, otherwise we'll have to ask you to update it and it will take longer until your PR is merged
55
-->
@@ -15,7 +15,7 @@ Briefly describe the feature if no issue exists for this PR
1515
## How did you implement it:
1616

1717
<!--
18-
If this is a nontrivial change please briefly describe your implementation so its easy for us to understand and review your code.
18+
If this is a nontrivial change please briefly describe your implementation so it's easy for us to understand and review your code.
1919
-->
2020

2121
## How can we verify it:

0 commit comments

Comments
 (0)