Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Issue forms #593

Merged
merged 35 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c80e1a9
testing first draft
Dec 22, 2022
a8c84a5
adding in subscription creation
Dec 22, 2022
f502560
removing duplicate step
Dec 22, 2022
bcf6bef
removed extra creat-rsg
Dec 23, 2022
f5f0d51
testing hubnetworking tests by making a change
Dec 23, 2022
39b229b
removing test
Dec 23, 2022
850fc51
forcing pipeline tests
Dec 23, 2022
d0ae7e7
correcting condition
Dec 23, 2022
f838c73
removed sub creation for testing
Dec 23, 2022
eb14dc8
removed conditional logic
Dec 23, 2022
22f9ad0
removed conditional logic for peering
Dec 23, 2022
9885281
PR form
Dec 23, 2022
157368b
Merge pull request #1 from jhajduk-microsoft/hub-networking
jhajduk-microsoft Dec 23, 2022
b428411
Merge branch 'Azure:main' into main
jhajduk-microsoft May 11, 2023
c59474e
Merge branch 'Azure:main' into main
jhajduk-microsoft May 31, 2023
f6b0188
initial commit of issue forms
jhajduk-microsoft May 31, 2023
8b5f662
Merge branch 'Azure:main' into issue-forms
jhajduk-microsoft Jun 20, 2023
ab4445a
changed line endings to CRLF
jhajduk-microsoft Jun 23, 2023
b4e9bff
fixed line endings
jhajduk-microsoft Jun 23, 2023
ede5091
upper case S
jhajduk-microsoft Jun 23, 2023
086160c
removing final lines
jhajduk-microsoft Jun 23, 2023
74ee4f6
Merge branch 'main' into issue-forms
jhajduk-microsoft Jun 23, 2023
b3ddd2b
need one more commit - added newline
jhajduk-microsoft Jun 23, 2023
70a98fe
need to change git settings to prevent conversion from CRLF to LF
jhajduk-microsoft Jun 23, 2023
b2474fd
added to gitattributes file to prevent line endings from auto convert…
jhajduk-microsoft Jun 23, 2023
1b7bc01
reverting gitattributes file
jhajduk-microsoft Jun 23, 2023
b6fc2c5
LF line endings
jhajduk-microsoft Jun 23, 2023
4584741
Delete hub-networking-bicep-build-to-validate.yml
jtracey93 Jun 24, 2023
3c2efa8
updating issue forms
jhajduk-microsoft Jul 7, 2023
37e12bf
updating issue forms
jhajduk-microsoft Jul 7, 2023
49d674e
removing old forms
jhajduk-microsoft Jul 20, 2023
ce40ea1
Merge branch 'main' into issue-forms
jhajduk-microsoft Jul 31, 2023
2f2b532
removing emojis, updating small corrections in bug report and feature…
jhajduk-microsoft Aug 29, 2023
8beeb76
removing emojis, updating small corrections in bug report and feature…
jhajduk-microsoft Aug 29, 2023
cbf5a2b
Merge branch 'main' into issue-forms
jtracey93 Aug 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/bug-report---.md

This file was deleted.

26 changes: 9 additions & 17 deletions .github/ISSUE_TEMPLATE/bug-report-issue-form.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report
title: "[PLACEHOLDER] - Place a descriptive title here"
description: File a bug report \U0001FAB2
title: "\U0001FAB2 [PLACEHOLDER] - Place a descriptive title here"
labels: ["bug"]
assignees:
- test
jhajduk-microsoft marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -9,14 +9,6 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: true
- type: textarea
id: what-happened
attributes:
Expand All @@ -25,16 +17,16 @@ body:
validations:
required: true
- type: textarea
id: what-is-expected
id: correlation-id
attributes:
label: What was the expected outcome?
label: Please provide the correlation id associated with your error or bug. You can use the example here on how to find it https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal
value: "A bug happened!"
validations:
required: true
jhajduk-microsoft marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
id: version
id: what-is-expected
attributes:
label: Version
description: What version of our repo are you running?
label: What was the expected outcome?
validations:
required: true
- type: textarea
Expand All @@ -47,15 +39,15 @@ body:
id: previous-checks
attributes:
label: check previous github issues
description: By submitting this issue, you confirm that you have done a search for this issue in the current issue list
description: By submitting this issue, you confirm that you have done a search for this issue in the current issue list https://github.com/Azure/ALZ-Bicep/issues?q=is%3Aissue+sort%3Aupdated-desc+
options:
- label: I have searched previous issues for this item
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
description: By submitting this issue, you agree to follow our [Code of Conduct] https://github.com/Azure/ALZ-Bicep/blob/main/CODE_OF_CONDUCT.md
options:
- label: I agree to follow this project's Code of Conduct
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request---.md

This file was deleted.

32 changes: 12 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request-issue-form.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
name: Feature Request \U0001F4A1
description: Request a new feature!
title: "[PLACEHOLDER] - Place a descriptive title here"
title: " \U0001F4A1 [PLACEHOLDER] - Place a descriptive title here"
labels: ["feature"]
assignees:
- test
Expand All @@ -9,14 +9,6 @@ body:
attributes:
value: |
We always appreciate the community involvement! Request the feature below
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: true
- type: textarea
id: describe-feature
attributes:
Expand All @@ -31,18 +23,18 @@ body:
validations:
required: true
- type: textarea
id: feature-alternatives
id: correlation-id
attributes:
label: Can you describe any alternatives that you have taken since this feature does not exist?
label: Please provide the correlation id associated with your error or bug. You can use the example here on how to find it https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-history?tabs=azure-portal
value: "A bug happened!"
validations:
required: false
required: true
- type: textarea
jhajduk-microsoft marked this conversation as resolved.
Show resolved Hide resolved
id: version
id: feature-alternatives
attributes:
label: Version
description: What version of our repo are you running?
label: Can you describe any alternatives that you have taken since this feature does not exist?
validations:
required: true
required: false
- type: textarea
id: feature-implementation
attributes:
Expand All @@ -55,15 +47,15 @@ body:
id: previous-checks
attributes:
label: check previous github issues
description: By submitting this issue, you confirm that you have done a search for this issue in the current issue list
description: By submitting this issue, you confirm that you have done a search for this issue in the current issue list (https://github.com/Azure/ALZ-Bicep/issues?q=is%3Aissue+sort%3Aupdated-desc+)
options:
- label: This feature does has not been requested according to the current issue list
- label: I have searched previous issues for this item
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Azure/ALZ-Bicep/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
23 changes: 4 additions & 19 deletions .github/ISSUE_TEMPLATE/general-feedback-questions-issue-form.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,26 @@
name: General Feedback
name: ❓\U0001F442 General Feedback
description: Tell us what you think!
title: "[PLACEHOLDER] - Place a descriptive title here"
title: "❓\U0001F442 [PLACEHOLDER] - Place a descriptive title here"
labels: ["feedback"]
assignees:
- test
body:
- type: markdown
attributes:
value: |
We always appreciate the community involvement! Let us know your questions.
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
validations:
required: true
We always appreciate the community involvement! Let us know your feedback.
- type: textarea
id: describe-feedback
attributes:
label: Let us know the feedback or general question
value: "Feedback - Question"
validations:
required: true
- type: textarea
id: version
attributes:
label: Version
description: What version of our repo are you running?
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Azure/ALZ-Bicep/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/general-question-feedback----.md

This file was deleted.

Loading