- 
                Notifications
    You must be signed in to change notification settings 
- Fork 87
Add issue templates #2086
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
                    Add issue templates #2086
Changes from all commits
      Commits
    
    
            Show all changes
          
          
            3 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      
    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
  
    
      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,81 @@ | ||
| --- | ||
| name: "\U0001F41B Bug Report" | ||
| about: "Please report issues related to the TypeScript and HTML API of Vaadin components here." | ||
| title: '' | ||
| labels: 'i: needs triage' | ||
| assignees: '' | ||
|  | ||
| --- | ||
|  | ||
| <!-- | ||
| Please fill out each section below, otherwise, your issue risks taking an infinite amount of time to triage. This info allows the maintainers team to diagnose and fix your issue as quickly as possible. | ||
|  | ||
| Before opening a new issue, please search existing issues: https://github.com/vaadin/web-components/issues. | ||
| --> | ||
|  | ||
| ### Description | ||
|  | ||
| Describe the issue that you're seeing. | ||
|  | ||
| <!-- Example: The `vaadin-grid` element scrolls when applying filter. --> | ||
|  | ||
| ### Expected outcome | ||
|  | ||
| What did you expect to happen? | ||
|  | ||
| <!-- Example: No scrolling should happen. --> | ||
|  | ||
| ### Actual outcome | ||
|  | ||
| What happened instead. | ||
|  | ||
| <!-- Example: Grid content occasionally gets scrolled. --> | ||
|  | ||
| ### Live Demo (optional) | ||
|  | ||
| A screenshot or video with issue reproduced. | ||
|  | ||
| ### Minimal reproducible example | ||
|  | ||
| **Please** provide a demo project or code snippet that reproduces the issue, this _greatly_ increases the chance that we will be able to identify and fix the issue. | ||
|  | ||
| <!-- | ||
| ``` | ||
| <vaadin-grid></vaadin-grid> | ||
| ``` | ||
| ``` | ||
| const grid = document.querySelector('vaadin-grid'); | ||
| grid.items = items; | ||
|         
                  sissbruecker marked this conversation as resolved.
              Show resolved
            Hide resolved | ||
| ``` | ||
| --> | ||
|  | ||
| ### Steps to reproduce | ||
|  | ||
| Clear steps describing how to reproduce the issue. | ||
|         
                  sissbruecker marked this conversation as resolved.
              Show resolved
            Hide resolved | ||
|  | ||
| <!-- Example | ||
| 1. Put a `vaadin-grid` element in the page. | ||
| 2. Add `vaadin-grid-filter` element to the column header template. | ||
| 3. Open the page in a web browser. | ||
| 4. Start typing in the filter input. | ||
| --> | ||
|  | ||
| ### Environment | ||
|  | ||
| - Version of the webcomponent / Vaadin platform. | ||
| - OS. | ||
|  | ||
| <!-- Example: | ||
| - v20.0.0 | ||
| - OSX 10.13.4 | ||
| --> | ||
|  | ||
| ### Browsers Affected | ||
| <!-- Check all that apply --> | ||
| - [ ] Chrome | ||
| - [ ] Firefox | ||
| - [ ] Safari | ||
| - [ ] Edge | ||
| - [ ] IE 11 | ||
| - [ ] iOS Safari | ||
| - [ ] Android Chrome | ||
  
    
      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 @@ | ||
| blank_issues_enabled: false | 
  
    
      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,24 @@ | ||
| --- | ||
| name: "\U0001F680 Feature Request" | ||
| about: "I have a specific suggestion for the TypeScript and HTML API of Vaadin components!" | ||
| title: '' | ||
| labels: 'i: needs triage' | ||
| assignees: '' | ||
|  | ||
| --- | ||
|  | ||
| ### Describe your motivation | ||
|  | ||
| A concise description of why you are proposing a change. For example, you would like a new feature to solve a use-case, or you want an existing feature changed because it is difficult to use. | ||
|  | ||
| ### Describe the solution you'd like | ||
|  | ||
| Provide a clear and concise description of what you want to happen. | ||
|  | ||
| ### Describe alternatives you've considered | ||
|  | ||
| Provide information about other solutions you've tried or researched. | ||
|  | ||
| ### Additional context | ||
|  | ||
| Is there anything else you can add about the proposal? | 
  
    
      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,17 @@ | ||
| --- | ||
| name: "\U0001F917 Support Question" | ||
| about: "If you have a question \U0001F4AC, please check out our Discord or StackOverflow!" | ||
| title: '' | ||
| labels: 'i: question, i: needs triage' | ||
| assignees: '' | ||
|  | ||
| --- | ||
|  | ||
| We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thank you! | ||
|  | ||
| --- | ||
|  | ||
| * StackOverflow: https://stackoverflow.com/questions/tagged/vaadin using the tag `vaadin` | ||
| * Discord: If it's just a quick question you can ask it on our Discord channel: https://discord.com/invite/MYFq5RTbBn | ||
| * Also have a look at our website for more information on how to get support: | ||
| https://vaadin.com/support | 
  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.