- 
                Notifications
    
You must be signed in to change notification settings  - Fork 221
 
feat: add issue templates #696
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
          
     Merged
      
      
    
  
     Merged
                    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
        
          
          
            68 changes: 68 additions & 0 deletions
          
          68 
        
  packages/create-react-native-library/templates/common/$.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,68 @@ | ||
| name: 🐛 Bug report | ||
| description: Report a reproducible bug or regression in this library. | ||
| labels: [bug] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| # Bug report | ||
| 
     | 
||
| 👋 Hi! | ||
| 
     | 
||
| **Please fill the following carefully before opening a new issue ❗** | ||
| *(Your issue may be closed if it doesn't provide the required pieces of information)* | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Before submitting a new issue | ||
| description: Please perform simple checks first. | ||
| options: | ||
| - label: I tested using the latest version of the library, as the bug might be already fixed. | ||
| required: true | ||
| - label: I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of react native. | ||
| required: true | ||
| - label: I checked for possible duplicate issues, with possible answers. | ||
| required: true | ||
| - type: textarea | ||
| id: summary | ||
| attributes: | ||
| label: Bug summary | ||
| description: | | ||
| Provide a clear and concise description of what the bug is. | ||
| If needed, you can also provide other samples: error messages / stack traces, screenshots, gifs, etc. | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: library-version | ||
| attributes: | ||
| label: Library version | ||
| description: What version of the library are you using? | ||
| placeholder: "x.x.x" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: react-native-info | ||
| attributes: | ||
| label: Environment info | ||
| description: Run `react-native info` in your terminal and paste the results here. | ||
| render: shell | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: steps-to-reproduce | ||
| attributes: | ||
| label: Steps to reproduce | ||
| description: | | ||
| You must provide a clear list of steps and code to reproduce the problem. | ||
| value: | | ||
| 1. … | ||
| 2. … | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: reproducible-example | ||
| attributes: | ||
| label: Reproducible example repository | ||
| description: Please provide a link to a repository on GitHub with a reproducible example. | ||
| render: js | ||
| validations: | ||
| required: true | ||
        
          
          
            8 changes: 8 additions & 0 deletions
          
          8 
        
  packages/create-react-native-library/templates/common/$.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,8 @@ | ||
| blank_issues_enabled: false | ||
| contact_links: | ||
| - name: Feature Request 💡 | ||
| url: <%- repo -%>/discussions/new?category=ideas | ||
| about: If you have a feature request, please create a new discussion on GitHub. | ||
| - name: Discussions on GitHub 💬 | ||
| url: <%- repo -%>/discussions | ||
| about: If this library works as promised but you need help, please ask questions there. | 
      
      Oops, something went wrong.
        
    
  
  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.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.