https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker
This repo is used to track general issues for IBM terraform modules.
https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker
core-team issue-tracker issues
Last synced: 27 days ago
JSON representation
This repo is used to track general issues for IBM terraform modules.
- Host: GitHub
- URL: https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker
- Owner: terraform-ibm-modules
- Created: 2021-03-30T05:00:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:01:34.000Z (5 months ago)
- Last Synced: 2025-04-08T20:02:24.590Z (about 1 month ago)
- Topics: core-team, issue-tracker, issues
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 17
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Reporting issues and making requests
:+1::tada: Thank you for taking the time to contribute to the project! :tada::+1:
Use this issue tracker repo to report an issue and request a new module or feature. Select an [issue template](https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker/issues/new/choose) to create the item. The information that's requested in the templates helps us resolve issues faster.
For more information about the project, see the [documentation](https://terraform-ibm-modules.github.io/documentation/).Read our [Code of Conduct](https://github.com/terraform-ibm-modules/.github/blob/main/.github/CODE_OF_CONDUCT.md) to keep our community approachable and respectable. Also, see the [Contributing guide](https://github.com/terraform-ibm-modules/.github/blob/main/.github/CONTRIBUTING.md).
## Report an issue
Your participation in identifying and fixing issues help us to improve the modules. Follow these steps to report an issue.
1. Use this issue tracker repository for issues that span modules. You can report issues for a single module from the GitHub issues page of that repository.
1. Try your issue against the code in the most recent release in the repository.
1. [Check](https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker/issues) for similar issues.If you can reproduce the issue and find a closed issue that seems similar to what you're experiencing, link to the closed issue in the body of your issue.
1. Use the [bug report](https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker/issues/new?assignees=&labels=bug+%F0%9F%90%9E&template=bug_report.md) template to report an issue.## Feature requests
We encourage you to request new features. Use the [feature request](https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker/issues/new?assignees=&labels=enhancement&template=feature_request.md) template to submit your request. Provide as much detail and context as possible.
## Request a module
Use the [new repo](https://github.com/terraform-ibm-modules/terraform-ibm-issue-tracker/issues/new?assignees=&labels=repo-request+%F0%9F%86%95%2Cmodule-onboarding&template=new_repo.yml&title=%5BNew+repo%5D%3A+New+Terraform+module+repo) template to request a repo for a new module. For more information about contributing a module, see [Contributing to the IBM Cloud Terraform modules project](https://terraform-ibm-modules.github.io/documentation/#/contribute-module) in the docs.
:exclamation: **Important**: By contributing content, you agree to allow the project owner to license your work under the same license as that used by the project.
## Contributing to the docs
To update the docs, follow the steps in [Contributing to the documentation](https://terraform-ibm-modules.github.io/documentation/#/contribute-docs).