hiroshinishio / sample-website

0 stars 0 forks source link

Fix Test with gitauto model #42

Open gitauto-ai[bot] opened 1 month ago

gitauto-ai[bot] commented 1 month ago

Original issue: #32

What is the feature

This pull request adds a new feature to the repository: a template for bug reports and feature requests.

Why we need the feature

Having standardized templates for bug reports and feature requests helps streamline the process of reporting issues and requesting new features. It ensures that all necessary information is provided, making it easier for maintainers to understand and address the issues or requests.

How to implement and why

  1. Create Bug Report Template:

    • File: .github/ISSUE_TEMPLATE/bug_report.yml
    • This template will guide users to provide detailed information about the bug, including steps to reproduce, expected behavior, and actual behavior.
  2. Create Feature Request Template:

    • File: .github/ISSUE_TEMPLATE/feature_request.yml
    • This template will guide users to provide detailed information about the feature they are requesting, including the purpose, benefits, and any relevant details.
  3. Update README:

    • File: README.md
    • Add a section in the README to inform contributors about the new templates and how to use them.
  4. Test the Templates:

    • Ensure that the templates are correctly formatted and appear as expected when creating new issues in the repository.

By implementing these steps, we can improve the efficiency and effectiveness of issue tracking and feature requests in the repository.

Test these changes locally

git checkout -b gitauto/issue-#32-f7ff7472-81e4-4246-8276-4829df526d28
git pull origin gitauto/issue-#32-f7ff7472-81e4-4246-8276-4829df526d28