[
  {
    "path": ".github/DISCUSSION_TEMPLATE/questions.yml",
    "content": "body:\n  - type: textarea\n    id: question\n    attributes:\n      label: Question\n    validations:\n      required: true\n\n  - type: checkboxes\n    attributes:\n      label: Open Source Maintenance Fee\n      description: |\n        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.\n      options:\n        - 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.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report_x.yml",
    "content": "name: 🐞 Bug Report (I make money using WiX) 💸\ndescription: Found a problem while using WiX? If you're using WiX to generate revenue this is the option for you.\nlabels: [ \"triage\", \"osmf\" ]\ntype: bug\n\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        ### FireGiant Support Customer?\n\n        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).\n\n        ### ⚠️ Everyone Else\n\n        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).\n\n        ---\n\n  - type: input\n    id: wixversion\n    attributes:\n      label: WiX Version\n      placeholder: '6.0.0'\n    validations:\n      required: true\n\n  - type: input\n    id: buildversion\n    attributes:\n      label: .NET or MSBuild or Visual Studio Version\n      description: Run \"dotnet --version\" or \"msbuild --version\" or click the Visual Studio \"Help\" menu, choose \"About Visual Studio\" and look for \"Current Version\".\n      placeholder: '.NET 8.0.100 -or- MSBuild version 17.8.3+195e7f5a3 for .NET Framework'\n    validations:\n      required: true\n\n  - type: input\n    id: hwversion\n    attributes:\n      label: HeatWave Version\n      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.\n      placeholder: '1.0.6.1'\n\n  - type: textarea\n    id: repro\n    attributes:\n      label: Repro Steps\n      description: Provide the steps necessary to reproduce the issue.\n      value: |\n        1. \n        2. \n\n    validations:\n      required: true\n\n  - type: input\n    id: repo\n    attributes:\n      label: Repro Repo\n      description: Create a public GitHub repo with the minimal set of code (.wixproj/.wxs/.wxl) required to reproduce the problem.\n      placeholder: 'https://github.com/<userid>/<repo>'\n\n  - type: textarea\n    id: actual\n    attributes:\n      label: Actual Result\n      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'\n      placeholder: Attach log files showing the problem.\n\n    validations:\n      required: true\n\n  - type: textarea\n    id: expected\n    attributes:\n      label: Expected Result\n      description: What did you expect to see?\n\n  - type: checkboxes\n    attributes:\n      label: Acknowledgements\n      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.\n      options:\n        - 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)).\n          required: true\n        - 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.\n          required: true\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report_y.yml",
    "content": "name: 🐞 Bug Report (I do NOT make money using WiX)\ndescription: Found a problem while using WiX? If you're using WiX on projects that do not generate revenue this is the option for you.\nlabels: [ \"triage\" ]\ntype: bug\n\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        ### FireGiant Support Customer?\n\n        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).\n\n        ### ⚠️ Everyone Else\n\n        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).\n\n        ---\n\n  - type: input\n    id: wixversion\n    attributes:\n      label: WiX Version\n      placeholder: '6.0.0'\n    validations:\n      required: true\n\n  - type: input\n    id: buildversion\n    attributes:\n      label: .NET or MSBuild or Visual Studio Version\n      description: Run \"dotnet --version\" or \"msbuild --version\" or click the Visual Studio \"Help\" menu, choose \"About Visual Studio\" and look for \"Current Version\".\n      placeholder: '.NET 8.0.100 -or- MSBuild version 17.8.3+195e7f5a3 for .NET Framework'\n    validations:\n      required: true\n\n  - type: input\n    id: hwversion\n    attributes:\n      label: HeatWave Version\n      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.\n      placeholder: '1.0.6.1'\n\n  - type: textarea\n    id: repro\n    attributes:\n      label: Repro Steps\n      description: Provide the steps necessary to reproduce the issue.\n      value: |\n        1. \n        2. \n\n    validations:\n      required: true\n\n  - type: input\n    id: repo\n    attributes:\n      label: Repro Repo\n      description: Create a public GitHub repo with the minimal set of code (.wixproj/.wxs/.wxl) required to reproduce the problem.\n      placeholder: 'https://github.com/<userid>/<repo>'\n\n  - type: textarea\n    id: actual\n    attributes:\n      label: Actual Result\n      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'\n      placeholder: Attach log files showing the problem.\n\n    validations:\n      required: true\n\n  - type: textarea\n    id: expected\n    attributes:\n      label: Expected Result\n      description: What did you expect to see?\n\n  - type: checkboxes\n    attributes:\n      label: Acknowledgements\n      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.\n      options:\n        - 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)).\n          required: true\n        - 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.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\ncontact_links:\n  - name: 🗨 Discussions\n    about: Ask and answer questions from the volunteer community.\n    url: https://github.com/orgs/wixtoolset/discussions/new?category=questions\n  - name: 💵 Commercial Support\n    about: Get guaranteed answers and bug fixes with a support contract from FireGiant.\n    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\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.yml",
    "content": "name: ⚒️ Feature Request\ndescription: Create a WiX Improvement Proposal to describe the feature request.\nlabels: [ \"triage\", \"wip\" ]\ntype: feature\n\nbody:\n  - type: textarea\n    id: story\n    attributes:\n      label: User story\n      description: |\n        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.\n\n        There are a couple of standard roles in WiX that you can use to start each story:\n        * As a WiX developer, ... - someone like you that works on the WiX Toolset itself to improve it.\n        * As a setup developer, ... - a user of the WiX Toolset that builds installation packages.\n    validations:\n      required: true\n\n  - type: textarea\n    id: proposal\n    attributes:\n      label: Proposal\n      description: |\n        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.\n    validations:\n      required: true\n\n  - type: textarea\n    id: considerations\n    attributes:\n      label: Considerations\n      description: |\n        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.\n\n  - type: markdown\n    attributes:\n      value: |\n        If you struggle to provide the information above, start by [asking a question](https://github.com/orgs/wixtoolset/discussions/new?category=questions) instead.\n\n  - type: checkboxes\n    attributes:\n      label: Acknowledgements\n      options:\n        - 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.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/maintainer_work_item.yml",
    "content": "name: ⛑️ Maintainer Task\ndescription: This issue template should only be used by WiX Toolset maintainers to create work items for themselves.\nlabels: [ \"triage\" ]\ntype: task\n\nbody:\n  - type: textarea\n    id: task\n    attributes:\n      label: Task\n      description: |\n        Task to complete. Remember to provide enough detail so that triage can review the task without additional input.\n\n    validations:\n      required: true\n\n  - type: markdown\n    attributes:\n      value: |\n        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.\n"
  },
  {
    "path": "ISSUE_TEMPLATE.md",
    "content": "Use https://github.com/wixtoolset/issues/issues/new/choose to open an issue.\n\nIf you do not use the above link to open your issue and fill out the template, your issue will be closed without review.\n\nDo not continue.\n\nGo to https://github.com/wixtoolset/issues/issues/new/choose"
  },
  {
    "path": "README.md",
    "content": "![The WiX Toolset Logo](https://github.com/wixtoolset/.github/raw/master/profile/images/readme-header.png)\n\n# WiX Toolset Issues\n\nThis 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.\n\nTo get started, [search the issues or open a new one](https://github.com/wixtoolset/issues/issues).\n\n\n## Open Source Maintenance Fee\n\n<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>\n\nTo 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.\n\nIn short, if you use this project to generate revenue, the [Open Source Maintenance Fee is required](https://opensourcemaintenancefee.org).\n\nTo pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset).\n\n\n## Additional information\n\n* Web site: https://www.firegiant.com/wixtoolset/\n* Documentation [WiX Documentation](https://docs.firegiant.com/wixtoolset/)\n* Issue Tracker: [GitHub Issues](https://github.com/wixtoolset/issues/issues)\n* Discussions: [WiX Toolset Discussions](https://github.com/orgs/wixtoolset/discussions)\n"
  }
]