- 
  Notifications
 You must be signed in to change notification settings 
- Fork 35
add github ISSUE_TEMPLATE files #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
 
  Open
 
 
 
 
  Open
 Changes from all commits
 Commits
 
 
 File filter
Filter by extension
Conversations
 Failed to load comments. 
 
 
 
  Loading
 
 Jump to
 
 Jump to file
 
 
 
 Failed to load files. 
 
 
 
  Loading
 
 Diff view
Diff view
There are no files selected for viewing
 
 
 
 85 changes: 85 additions & 0 deletions
 
 
 
 .github/ISSUE_TEMPLATE/bug_report.yml
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| name: '🐛 Bug report' | ||
| description: Create a report to help us improve | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thank you for reporting an issue :pray:. | ||
|  | ||
| This issue tracker is for reporting bugs found in `hackernews-remix-react` (https://github.com/clintonwoo/hackernews-remix-react). | ||
| If you have a question about how to achieve something and are struggling, please post a question | ||
| inside of `hackernews-remix-react` Discussions tab: https://github.com/clintonwoo/hackernews-remix-react/discussions | ||
|  | ||
| Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: | ||
| - `hackernews-remix-react` Issues tab: https://github.com/clintonwoo/hackernews-remix-react/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc | ||
| - `hackernews-remix-react` closed issues tab: https://github.com/clintonwoo/hackernews-remix-react/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed | ||
| - `hackernews-remix-react` Discussions tab: https://github.com/clintonwoo/hackernews-remix-react/discussions | ||
|  | ||
| The more information you fill in, the better the community can help you. | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Describe the bug | ||
| description: Provide a clear and concise description of the challenge you are running into. | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: link | ||
| attributes: | ||
| label: Your Example Website or App | ||
| description: | | ||
| Which website or app were you using when the bug happened? | ||
| Note: | ||
| - Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `hackernews-remix-react` npm package. | ||
| - To create a shareable code example you can use Stackblitz (https://stackblitz.com/). Please no localhost URLs. | ||
| - Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve. | ||
| placeholder: | | ||
| e.g. https://stackblitz.com/edit/...... OR Github Repo | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: steps | ||
| attributes: | ||
| label: Steps to Reproduce the Bug or Issue | ||
| description: Describe the steps we have to take to reproduce the behavior. | ||
| placeholder: | | ||
| 1. Go to '...' | ||
| 2. Click on '....' | ||
| 3. Scroll down to '....' | ||
| 4. See error | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected | ||
| attributes: | ||
| label: Expected behavior | ||
| description: Provide a clear and concise description of what you expected to happen. | ||
| placeholder: | | ||
| As a user, I expected ___ behavior but i am seeing ___ | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: screenshots_or_videos | ||
| attributes: | ||
| label: Screenshots or Videos | ||
| description: | | ||
| If applicable, add screenshots or a video to help explain your problem. | ||
| For more information on the supported file image/file types and the file size limits, please refer | ||
| to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files | ||
| placeholder: | | ||
| You can drag your video or image files inside of this editor ↓ | ||
| - type: textarea | ||
| id: platform | ||
| attributes: | ||
| label: Platform | ||
| value: | | ||
| - OS: [e.g. macOS, Windows, Linux] | ||
| - Browser: [e.g. Chrome, Safari, Firefox] | ||
| - Version: [e.g. 91.1] | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: additional | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any other context about the problem here. | 
 
 
 
 14 changes: 14 additions & 0 deletions
 
 
 
 .github/ISSUE_TEMPLATE/config.yml
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: 🤔 Feature Requests & Questions | ||
| url: https://github.com/clintonwoo/hackernews-remix-react/discussions | ||
| about: Please ask and answer questions here. | ||
| - name: 💬 Remix Discord Channel | ||
| url: https://rmx.as/discord | ||
| about: Interact with other people using Remix 📀 | ||
| - name: 💬 New Updates (Twitter) | ||
| url: https://twitter.com/remix_run | ||
| about: Stay up to date with Remix news on twitter | ||
| - name: 🍿 Remix YouTube Channel | ||
| url: https://rmx.as/youtube | ||
| about: Are you a techlead or wanting to learn more about Remix in depth? Checkout the Remix YouTube Channel | 
 Add this suggestion to a batch that can be applied as a single commit.
 This suggestion is invalid because no changes were made to the code.
 Suggestions cannot be applied while the pull request is closed.
 Suggestions cannot be applied while viewing a subset of changes.
 Only one suggestion per line can be applied in a batch.
 Add this suggestion to a batch that can be applied as a single commit.
 Applying suggestions on deleted lines is not supported.
 You must change the existing code in this line in order to create a valid suggestion.
 Outdated suggestions cannot be applied.
 This suggestion has been applied or marked resolved.
 Suggestions cannot be applied from pending reviews.
 Suggestions cannot be applied on multi-line comments.
 Suggestions cannot be applied while the pull request is queued to merge.
 Suggestion cannot be applied right now. Please check back later.