name: Bug report description: File a bug report to help us improve labels: ["bug"] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - Before you file an issue read the [Contributing guide](https://github.com/go-ini/ini/blob/main/.github/contributing.md). - Check to make sure someone hasn't already opened a similar [issue](https://github.com/go-ini/ini/issues). - type: input attributes: label: Version description: Please specify the exact Go module version you're reporting for. validations: required: true - type: textarea attributes: label: Describe the bug description: A clear and concise description of what the bug is. validations: required: true - type: textarea attributes: label: To reproduce description: A code snippet to reproduce the problem described above. validations: required: true - type: textarea attributes: label: Expected behavior description: A clear and concise description of what you expected to happen. validations: required: true - type: textarea attributes: label: Additional context description: | Links? References? Suggestions? Anything that will give us more context about the issue you are encountering! Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false - type: checkboxes attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://go.dev/conduct) options: - label: I agree to follow this project's Code of Conduct required: true