Convert Suggest a feature or new content for HackforLA.org to Github Form Issue
- Dominant language
- JavaScript
- Stars
- 363
- Forks
- 872
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 18
Description
### Dependency
- [ ] Waiting to see if anyone uses this issue to suggest improvements and the fields we want are stable. When proven stable this issue can be released.
### Overview
As an issue creator, we want to implement issue templates for issue creation to streamline and simplify the process. The current issue forms require the person to replace the text, and is less user-friendly compared to GitHub Form issues.
### Action Items
- [x] Add a title to this issue template by changing this line
```
title: ''
```
to
```
title: Suggest a feature or new content for the HackforLA.org website
```
- [x] when you put in the PR, don't used "Fixes #2293" instead use
```
Partial work for #2293
```
- [x] put this issue in icebox, with the following dependency text and unassign yourself.
```
### Dependency
- [ ] Waiting to see if anyone uses this issue to suggest improvements and the fields we want are stable. When proven stable this issue can be released.
```
- [ ] Define the form elements and their behavior
- [ ] Review with product and Front End Lead
- [ ] Create a suggest-a-feature-or-new-content-for-hackforla-org.yml file in your own fork in: ```gh-pages/.github/ISSUE_TEMPLATE```
- [ ] Follow GitHub form syntax readings below to code a similar form to the [current issue template](https://github.com/hackforla/website/issues/new?assignees=&labels=enhancement&template=suggest-a-feature-or-new-content-for-hackforla-org.md&title=).
- [ ] Get Sign-off by Product on the proposed template before making a PR
- [ ] Delete suggest-a-feature-or-new-content-for-hackforla-org.md file in [this folder](https://github.com/hackforla/website/tree/gh-pages/.github/ISSUE_TEMPLATE)
- [ ] Add the person who made the pr to this issue as an additional assignee and then close the issue
### Resources/Instructions
- [Current Issue Template Code File](https://github.com/hackforla/website/blob/gh-pages/.github/ISSUE_TEMPLATE/suggest-a-feature-or-new-content-for-hackforla-org.md)
- [Github Forms Issue Reading](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms)
- [Github Forms Issue Reading Pt 2](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema)
- #2128
Contributor guide
Assessment
This issue has not been assessed yet.