zncdatadev / hive-operator

Operator for Apache Hive
Apache License 2.0
5 stars 5 forks source link

Add Issue Templates for Bugs and Features #85

Closed lwpk110 closed 1 month ago

lwpk110 commented 1 month ago

Hi All,

First, thank you for all the hard work and dedication you put into maintaining this project. It's an invaluable resource for the community.

I would like to suggest adding issue templates to this repository to streamline the process of reporting bugs and requesting features. By having predefined templates, contributors can provide consistent and complete information, making it easier for maintainers to triage and address issues.

Suggested Templates

Bug Report Template

Feature Request Template

Implementation

These templates can be added to the repository by creating a .github/ISSUE_TEMPLATE directory and placing the markdown files there. Here are the steps:

  1. Create a directory named .github/ISSUE_TEMPLATE in the root of the repository.
  2. Add bug_report.md and feature_request.md files in the .github/ISSUE_TEMPLATE directory with the corresponding template content.

For detailed instructions, please refer to the GitHub documentation on issue templates.

Benefits

Thank you for considering this suggestion. I believe it will enhance the contribution process and help maintain the project's high standards.

Best regards,