remoteoss / json-schema-form

https://json-schema-form.vercel.app
MIT License
70 stars 7 forks source link

chore(github): Add template for issues and pull requests #45

Closed arjunan-k closed 9 months ago

arjunan-k commented 10 months ago

Summary

Added templates for Feature Request, Bug Report, Questions and Pull Request, as suggested by @sandrina-p in issue no #13.

Changes Made

Added the corresponding files in the following paths:

json-schema-form/
│
├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── feature_request.md
│   │   ├── bug_report.md
│   │   ├── question.md
│   ├── PULL_REQUEST_TEMPLATE/
│   │   ├── pull_request_template.md
│
├── ... (other project files and folders)

Screenshots

Feature Request

Screenshot (3)

Bug Report

Screenshot (2)

Ask a Question

Screenshot (4)

Pull Request

Screenshot (1)

Hi @sandrina-p and @brennj 👋, could either of you please review this PR? Thank you 😊!

arjunan-k commented 10 months ago

Hi @arjunan-k , thanks for your PR! Review done :)

Hi @sandrina-p, Thank you for your review and feedback. I've addressed the comments in the PR. Would you kindly review the updated PR at your convenience :)