Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerhub/issue-forms-creator
GitHub Issue Forms generator
https://github.com/kerhub/issue-forms-creator
angular github issue-management
Last synced: 3 months ago
JSON representation
GitHub Issue Forms generator
- Host: GitHub
- URL: https://github.com/kerhub/issue-forms-creator
- Owner: kerhub
- License: mit
- Created: 2021-06-24T14:27:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T12:31:47.000Z (about 1 year ago)
- Last Synced: 2024-07-05T13:54:52.193Z (4 months ago)
- Topics: angular, github, issue-management
- Language: TypeScript
- Homepage: https://issue-forms-creator.netlify.app/
- Size: 7.81 MB
- Stars: 46
- Watchers: 1
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
> build Issue Forms with forms with ease
Issue Forms Creator is a generator for the [Github Issue Forms](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms) feature.
Rather than typing your own yaml file, fill a form and copy the yaml version.Benefits :
* ✅ less prone errors
* ✅ expose the all available options
* ✅ live preview
* ✅ drag and drop support to sort your content
* ✅ bug/feature request starters
* ✅ yaml import support
* ✅ use most of the [validations](https://gh-community.github.io/issue-template-feedback/structured/#common-validation-errors) made by Github
* ✅ load an existing repo to retrieve labels and contributors## Usage
* (optional) load your repository to retrieve labels and contributors
* add and fill fields
* copy the yaml file
* create a `.yml` file into the `.github/ISSUE_TEMPLATE` folder
* paste the copied content into this new file
* commit the changes## Developer
You will find guidelines to run the project [here](https://github.com/geromegrignon/issue-forms-creator/blob/main/docs/DEVELOPER.md)
## Contributing
Read through our [contributing guidelines](https://github.com/geromegrignon/issue-forms-creator/blob/main/CONTRIBUTING.md) to learn about our submission process, coding rules and more.
## Ui Component Library
The UI Component Library is built with Storybook and deployed [here](https://issue-forms-creator-storybook.netlify.app/).