🤬
  • ■ ■ ■ ■ ■ ■
    .github/ISSUE_TEMPLATE/bug_report.yml
     1 +name: Bug Report
     2 +description: File a bug report
     3 +title: "[Bug]: "
     4 +labels: ["bug"]
     5 +body:
     6 + - type: textarea
     7 + attributes:
     8 + label: Version
     9 + description: Tell us the environment and tool version under which you came across the bug
     10 + placeholder: |
     11 + Windows version:
     12 + Win32 app isolation release version:
     13 + validations:
     14 + required: true
     15 + - type: textarea
     16 + attributes:
     17 + label: Repro Steps
     18 + description: How did you get this bug?
     19 + placeholder: |
     20 + Please be as specific as possible so we can reproduce the issue
     21 + validations:
     22 + required: true
     23 + - type: textarea
     24 + attributes:
     25 + label: Unexpected Results
     26 + description: Show us how the results were different than what you expected, screenshots or logs might be helpful
     27 + validations:
     28 + required: true
     29 + 
  • ■ ■ ■ ■ ■ ■
    .github/ISSUE_TEMPLATE/config.yml
     1 +blank_issues_enabled: false
     2 +contact_links:
     3 + - name: Discussion
     4 + url: https://github.com/microsoft/win32-app-isolation/discussions
     5 + about: Feel free to talk about related topics in discussion
     6 + 
  • ■ ■ ■ ■ ■ ■
    .github/ISSUE_TEMPLATE/documentation.yml
     1 +name: Documentation
     2 +description: Documentation related issues
     3 +title: "[Docs]: "
     4 +labels: ["documentation"]
     5 +body:
     6 + - type: textarea
     7 + attributes:
     8 + label: Links
     9 + description: Provide related links to the docs if applicable
     10 + validations:
     11 + required: false
     12 + - type: textarea
     13 + attributes:
     14 + label: Description
     15 + description: What's the issue with the documentation?
     16 + validations:
     17 + required: true
     18 + 
  • ■ ■ ■ ■ ■ ■
    .github/ISSUE_TEMPLATE/feature_request.yml
     1 +name: Feature Request
     2 +description: Request a new feature or enhancement for existing features
     3 +title: "[Feature]: "
     4 +labels: ["feature-request"]
     5 +body:
     6 + - type: textarea
     7 + attributes:
     8 + label: Summary
     9 + description: A summary of your request
     10 + validations:
     11 + required: true
     12 + - type: textarea
     13 + attributes:
     14 + label: Pitch
     15 + description: Provide a detailed description for the feature/enhancement
     16 + placeholder: Let us know what you want and why you think this feature/enhancement is helpful
     17 + validations:
     18 + required: true
     19 + 
  • ■ ■ ■ ■ ■ ■
    .github/ISSUE_TEMPLATE/inquiry.yaml
     1 +name: Inquiry
     2 +description: Questions about Win32 app isolation
     3 +title: "[Inquiry]: "
     4 +labels: ["inquiry"]
     5 +body:
     6 + - type: textarea
     7 + attributes:
     8 + label: Description
     9 + description: What's your inquiry?
     10 + validations:
     11 + required: true
     12 + 
Please wait...
Page is in error, reload to recover