Skip to content

Make Helm chart version optional in bug reports - #72545

Open
IcebreakerSA wants to merge 1 commit into
apache:mainfrom
IcebreakerSA:codex/make-helm-version-optional
Open

Make Helm chart version optional in bug reports#72545
IcebreakerSA wants to merge 1 commit into
apache:mainfrom
IcebreakerSA:codex/make-helm-version-optional

Conversation

@IcebreakerSA

Copy link
Copy Markdown

Bug reports unrelated to the Helm chart currently require reporters to select a chart version, usually Not Applicable. Making the field optional removes an unnecessary step while preserving the issue category, Airflow version, reproduction details, and Code of Conduct as required fields.

The existing Not Applicable default remains available for reporters using the Helm chart.

closes: #55840

Testing:

  • prek run yamllint --files .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
  • prek run check-airflow-bug-report-template --files .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
  • codespell .github/ISSUE_TEMPLATE/1-airflow_bug_report.yml
  • Manual-stage static checks

No runtime tests are needed because this only changes GitHub Issue Form validation.


Was generative AI tooling used to co-author this PR?
  • Yes — OpenAI Codex (GPT-5)

Generated-by: OpenAI Codex (GPT-5) following the guidelines


Drafted-by: OpenAI Codex (GPT-5) (no human review before posting)

Most bug reports are unrelated to Helm, so requiring reporters to select Not Applicable adds friction without improving triage data.
@boring-cyborg

boring-cyborg Bot commented Sep 5, 2026

Copy link
Copy Markdown

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example Dag that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce the number of required fields to file a bug report

1 participant