farisfaikar / wayry

WAYRY (Short for Why Are You Repeating Yourself) is an app where you can track the speech patterns of a person!
https://wayry.vercel.app
MIT License
5 stars 9 forks source link

Convert Issue Templates from Markdown to YAML and Add Workflows #25

Closed Brijeshthummar02 closed 3 weeks ago

Brijeshthummar02 commented 4 weeks ago

Is your feature request related to a problem? Please describe. I would like to enhance our repository by converting existing issue templates from Markdown (.md) to YAML (.yml) format and adding workflows for improved automation.

Describe the solution you'd like

  1. Convert existing Markdown issue templates (bug_report.md, feature_request.md, feature_security_vulnerability.md) to YAML format (bug_report.yml, feature_request.yml, feature_security_vulnerability.yml).
  2. Create or update the config.yml file in the .github/ISSUE_TEMPLATE directory to include the new YAML templates.
  3. Add necessary workflows in the .github/workflows directory to automate testing, linting, and deployment.
  4. Test the new templates to ensure they function correctly when creating issues.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context I have already started working on this issue, so please assign it to me.

farisfaikar commented 4 weeks ago

Sounds good! Keep me updated on the issue if you have any questions 🤩

Brijeshthummar02 commented 3 weeks ago

@farisfaikar can we reopen it as there's miner change needed in autocomment file - contributing.md file refrence was wrong need to fix it ASAP. Thanks

farisfaikar commented 3 weeks ago

Sure thing

Brijeshthummar02 commented 3 weeks ago

@farisfaikar task done, now review it and close the issue.

github-actions[bot] commented 3 weeks ago

Hello @Brijeshthummar02! Your issue #25 has been closed. Thank you for your contribution!

farisfaikar commented 3 weeks ago

Merged, thanks!