Repository: wixtoolset/issues
Branch: main
Commit: 5da1e9d561e0
Files: 8
Total size: 13.1 KB
Directory structure:
gitextract_6uoj2ryf/
├── .github/
│ ├── DISCUSSION_TEMPLATE/
│ │ └── questions.yml
│ └── ISSUE_TEMPLATE/
│ ├── bug_report_x.yml
│ ├── bug_report_y.yml
│ ├── config.yml
│ ├── feature_request.yml
│ └── maintainer_work_item.yml
├── ISSUE_TEMPLATE.md
└── README.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/DISCUSSION_TEMPLATE/questions.yml
================================================
body:
- type: textarea
id: question
attributes:
label: Question
validations:
required: true
- type: checkboxes
attributes:
label: Open Source Maintenance Fee
description: |
This forum is brought to you by the WiX Toolset maintainers. If you use WiX to generate revenue, you should pay the [project's maintenance fee](https://github.com/sponsors/wixtoolset). If you already pay the fee, check the box below to be recognized for your support.
options:
- label: I (or an organization I'm a member of) pay the [Open Source Maintenance Fee](https://opensourcemaintenancefee.org/) by [sponsoring the `wixtoolset` project](https://github.com/sponsors/wixtoolset) because I support the maintainers.
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report_x.yml
================================================
name: 🐞 Bug Report (I make money using WiX) 💸
description: Found a problem while using WiX? If you're using WiX to generate revenue this is the option for you.
labels: [ "triage", "osmf" ]
type: bug
body:
- type: markdown
attributes:
value: |
### FireGiant Support Customer?
If you are a [FireGiant Support Customer](https://www.firegiant.com/wix-developer-direct/?utm_source=github.com&utm_medium=Display&utm_campaign=wix_issues&utm_term=support+customer&utm_content=bug_report_osmf), you can [submit bugs and questions privately](https://support.firegiant.com/requests/new).
### ⚠️ Everyone Else
The WiX project maintainers do NOT use issues for questions or for help debugging why your code doesn't work; for that, [ask a question on Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions).
---
- type: input
id: wixversion
attributes:
label: WiX Version
placeholder: '6.0.0'
validations:
required: true
- type: input
id: buildversion
attributes:
label: .NET or MSBuild or Visual Studio Version
description: Run "dotnet --version" or "msbuild --version" or click the Visual Studio "Help" menu, choose "About Visual Studio" and look for "Current Version".
placeholder: '.NET 8.0.100 -or- MSBuild version 17.8.3+195e7f5a3 for .NET Framework'
validations:
required: true
- type: input
id: hwversion
attributes:
label: HeatWave Version
description: If building in Visual Studio, click the Visual Studio "Help" menu, choose "About Visual Studio" and find "FireGiant HeatWave" in the Installed products list.
placeholder: '1.0.6.1'
- type: textarea
id: repro
attributes:
label: Repro Steps
description: Provide the steps necessary to reproduce the issue.
value: |
1.
2.
validations:
required: true
- type: input
id: repo
attributes:
label: Repro Repo
description: Create a public GitHub repo with the minimal set of code (.wixproj/.wxs/.wxl) required to reproduce the problem.
placeholder: 'https://github.com/<userid>/<repo>'
- type: textarea
id: actual
attributes:
label: Actual Result
description: 'What did you see that was unexpected? Generate [msbuild.binlog for build issues](https://learn.microsoft.com/en-us/visualstudio/msbuild/obtaining-build-logs-with-msbuild#save-a-binary-log) and bundle/verbose MSI logs for install issues'
placeholder: Attach log files showing the problem.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Result
description: What did you expect to see?
- type: checkboxes
attributes:
label: Acknowledgements
description: A surprising number of people skip over sections of the bug report, creating extra work for us. There are hundreds of thousands of you and only a couple of maintainers. Please take the time to fill out the form completely.
options:
- label: I acknowledge that this is a fully completed bug report. It is not a question or attempt to get help debugging my issue (because those should be [sent to Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions)).
required: true
- label: I (or an organization I'm a member of) pay the [Open Source Maintenance Fee](https://opensourcemaintenancefee.org/) by [sponsoring the `wixtoolset` project](https://github.com/sponsors/wixtoolset) because I generate revenue from my use of the WiX Toolset.
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/bug_report_y.yml
================================================
name: 🐞 Bug Report (I do NOT make money using WiX)
description: Found a problem while using WiX? If you're using WiX on projects that do not generate revenue this is the option for you.
labels: [ "triage" ]
type: bug
body:
- type: markdown
attributes:
value: |
### FireGiant Support Customer?
If you are a [FireGiant Support Customer](https://www.firegiant.com/wix-developer-direct/?utm_source=github.com&utm_medium=Display&utm_campaign=wix_issues&utm_term=support+customer&utm_content=bug_report), you can [submit bugs and questions privately](https://support.firegiant.com/requests/new).
### ⚠️ Everyone Else
The WiX project maintainers do NOT use issues for questions or for help debugging why your code doesn't work; for that, [ask a question on Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions).
---
- type: input
id: wixversion
attributes:
label: WiX Version
placeholder: '6.0.0'
validations:
required: true
- type: input
id: buildversion
attributes:
label: .NET or MSBuild or Visual Studio Version
description: Run "dotnet --version" or "msbuild --version" or click the Visual Studio "Help" menu, choose "About Visual Studio" and look for "Current Version".
placeholder: '.NET 8.0.100 -or- MSBuild version 17.8.3+195e7f5a3 for .NET Framework'
validations:
required: true
- type: input
id: hwversion
attributes:
label: HeatWave Version
description: If building in Visual Studio, click the Visual Studio "Help" menu, choose "About Visual Studio" and find "FireGiant HeatWave" in the Installed products list.
placeholder: '1.0.6.1'
- type: textarea
id: repro
attributes:
label: Repro Steps
description: Provide the steps necessary to reproduce the issue.
value: |
1.
2.
validations:
required: true
- type: input
id: repo
attributes:
label: Repro Repo
description: Create a public GitHub repo with the minimal set of code (.wixproj/.wxs/.wxl) required to reproduce the problem.
placeholder: 'https://github.com/<userid>/<repo>'
- type: textarea
id: actual
attributes:
label: Actual Result
description: 'What did you see that was unexpected? Generate [msbuild.binlog for build issues](https://learn.microsoft.com/en-us/visualstudio/msbuild/obtaining-build-logs-with-msbuild#save-a-binary-log) and bundle/verbose MSI logs for install issues'
placeholder: Attach log files showing the problem.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Result
description: What did you expect to see?
- type: checkboxes
attributes:
label: Acknowledgements
description: A surprising number of people skip over sections of the bug report, creating extra work for us. There are hundreds of thousands of you and only a couple of maintainers. Please take the time to fill out the form completely.
options:
- label: I acknowledge that this is a fully completed bug report. It is not a question or attempt to get help debugging my issue (because those should be [sent to Discussions](https://github.com/orgs/wixtoolset/discussions/new?category=questions)).
required: true
- label: I am paying the [Open Source Maintenance Fee](https://opensourcemaintenancefee.org/) by [sponsoring the `wixtoolset` project](https://github.com/sponsors/wixtoolset) because I support the maintainers.
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
contact_links:
- name: 🗨 Discussions
about: Ask and answer questions from the volunteer community.
url: https://github.com/orgs/wixtoolset/discussions/new?category=questions
- name: 💵 Commercial Support
about: Get guaranteed answers and bug fixes with a support contract from FireGiant.
url: https://www.firegiant.com/wix-developer-direct/?utm_source=github.com&utm_medium=Display&utm_campaign=wix_issues&utm_term=commercial+support&utm_content=new_issue
================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.yml
================================================
name: ⚒️ Feature Request
description: Create a WiX Improvement Proposal to describe the feature request.
labels: [ "triage", "wip" ]
type: feature
body:
- type: textarea
id: story
attributes:
label: User story
description: |
Start with user stories. Follow the standard user story format "As a role, I can accomplish task with proposal or benefit from proposal.". Feel free to add more than one user story.
There are a couple of standard roles in WiX that you can use to start each story:
* As a WiX developer, ... - someone like you that works on the WiX Toolset itself to improve it.
* As a setup developer, ... - a user of the WiX Toolset that builds installation packages.
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: |
The Proposal section of the WIP is a fairly freeform description of the feature or process improvement. Provide the motivation for the proposal. Describe how the proposal works. List examples, particularly source code, that demonstrates how the improvement will be used. The bulk of the WIP goes here.
validations:
required: true
- type: textarea
id: considerations
attributes:
label: Considerations
description: |
Capture any issues that come to mind, or are raised later in the comments in this Considerations section. As appropriate, explain the trade offs of the proposed design and why a particular decision was made. This section may provide the most value for developers and users that follow later so do not be afraid to list everything that comes to mind. Rare is it that a proposal doesn't have some negatives to consider.
- type: markdown
attributes:
value: |
If you struggle to provide the information above, start by [asking a question](https://github.com/orgs/wixtoolset/discussions/new?category=questions) instead.
- type: checkboxes
attributes:
label: Acknowledgements
options:
- label: I (or an organization I'm a member of) pay the [Open Source Maintenance Fee](https://opensourcemaintenancefee.org/) by [sponsoring the `wixtoolset` project](https://github.com/sponsors/wixtoolset) because I support the maintainers.
================================================
FILE: .github/ISSUE_TEMPLATE/maintainer_work_item.yml
================================================
name: ⛑️ Maintainer Task
description: This issue template should only be used by WiX Toolset maintainers to create work items for themselves.
labels: [ "triage" ]
type: task
body:
- type: textarea
id: task
attributes:
label: Task
description: |
Task to complete. Remember to provide enough detail so that triage can review the task without additional input.
validations:
required: true
- type: markdown
attributes:
value: |
This template is only for use by maintainers to create work items for themselves. Issues opened by non-maintainers with this template will be deleted without comment.
================================================
FILE: ISSUE_TEMPLATE.md
================================================
Use https://github.com/wixtoolset/issues/issues/new/choose to open an issue.
If you do not use the above link to open your issue and fill out the template, your issue will be closed without review.
Do not continue.
Go to https://github.com/wixtoolset/issues/issues/new/choose
================================================
FILE: README.md
================================================

# WiX Toolset Issues
This is the repo for bugs, features requests, and discussions for the WiX Toolset. For the source code, see the [wix](https://github.com/wixtoolset/wix) repo.
To get started, [search the issues or open a new one](https://github.com/wixtoolset/issues/issues).
## Open Source Maintenance Fee
<a href="https://opensourcemaintenancefee.org/"><img src='https://github.com/wixtoolset/.github/blob/master/profile/images/osmf-logo-square-dark.png' height='146' align='right' /></a>
To ensure the long-term sustainability of this project, use of the WiX Toolset requires an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source code is freely available under the terms of the [LICENSE](https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT), all other aspects of the project--including opening or commenting on issues, participating in discussions and downloading releases--require adherence to the Maintenance Fee.
In short, if you use this project to generate revenue, the [Open Source Maintenance Fee is required](https://opensourcemaintenancefee.org).
To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset).
## Additional information
* Web site: https://www.firegiant.com/wixtoolset/
* Documentation [WiX Documentation](https://docs.firegiant.com/wixtoolset/)
* Issue Tracker: [GitHub Issues](https://github.com/wixtoolset/issues/issues)
* Discussions: [WiX Toolset Discussions](https://github.com/orgs/wixtoolset/discussions)
gitextract_6uoj2ryf/ ├── .github/ │ ├── DISCUSSION_TEMPLATE/ │ │ └── questions.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report_x.yml │ ├── bug_report_y.yml │ ├── config.yml │ ├── feature_request.yml │ └── maintainer_work_item.yml ├── ISSUE_TEMPLATE.md └── README.md
Condensed preview — 8 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (14K chars).
[
{
"path": ".github/DISCUSSION_TEMPLATE/questions.yml",
"chars": 758,
"preview": "body:\n - type: textarea\n id: question\n attributes:\n label: Question\n validations:\n required: true\n\n "
},
{
"path": ".github/ISSUE_TEMPLATE/bug_report_x.yml",
"chars": 3662,
"preview": "name: 🐞 Bug Report (I make money using WiX) 💸\ndescription: Found a problem while using WiX? If you're using WiX to gener"
},
{
"path": ".github/ISSUE_TEMPLATE/bug_report_y.yml",
"chars": 3595,
"preview": "name: 🐞 Bug Report (I do NOT make money using WiX)\ndescription: Found a problem while using WiX? If you're using WiX on "
},
{
"path": ".github/ISSUE_TEMPLATE/config.yml",
"chars": 503,
"preview": "blank_issues_enabled: false\ncontact_links:\n - name: 🗨 Discussions\n about: Ask and answer questions from the voluntee"
},
{
"path": ".github/ISSUE_TEMPLATE/feature_request.yml",
"chars": 2300,
"preview": "name: ⚒️ Feature Request\ndescription: Create a WiX Improvement Proposal to describe the feature request.\nlabels: [ \"tria"
},
{
"path": ".github/ISSUE_TEMPLATE/maintainer_work_item.yml",
"chars": 654,
"preview": "name: ⛑️ Maintainer Task\ndescription: This issue template should only be used by WiX Toolset maintainers to create work "
},
{
"path": "ISSUE_TEMPLATE.md",
"chars": 278,
"preview": "Use https://github.com/wixtoolset/issues/issues/new/choose to open an issue.\n\nIf you do not use the above link to open y"
},
{
"path": "README.md",
"chars": 1628,
"preview": "\n\n# WiX Toolse"
}
]
About this extraction
This page contains the full source code of the wixtoolset/issues GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 8 files (13.1 KB), approximately 3.5k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.