Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


project logo


> 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/).