-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Convert issue templates to issue forms #5600
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
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 was deleted.
Oops, something went wrong.
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,91 @@ | ||
| name: 🐛 Bug report | ||
| description: Report a bug in dependabot-core to help us fix it | ||
| labels: ["T: bug 🐞"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| For support on the GitHub-integrated Dependabot service, please contact [GitHub support](https://support.github.com/). | ||
| This issue-tracker is meant for issues related to Dependabot's updating logic, a good rule of thumb is that if you have questions about the _diff_ in a PR, it belongs here, otherwise the GitHub support team is best equipped to help you. | ||
|
|
||
| The more information you can provide, the easier it will be to reproduce the issue and find a fix. | ||
|
|
||
| - type: checkboxes | ||
| attributes: | ||
| label: Is there an existing issue for this? | ||
| description: Please search existing issues to avoid creating duplicates. | ||
| options: | ||
| - label: I have searched the existing issues | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Package ecosystem | ||
| description: Are you using npm, Docker, Bundler, etc. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Package manager version | ||
| description: If applicable, specify the package manager version you're using (e.g., npm `7.1`, pip-compile `5.0`, etc.) | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: input | ||
| attributes: | ||
| label: Language version | ||
| description: If applicable, specify the language version you're using (e.g., Node.js `14.1`, Ruby `2.7`, etc.) | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Manifest location and content before the Dependabot update | ||
| description: | | ||
| If applicable, specify the path to each manifest file (`/client/package.json`, `/Gemfile`, etc.) | ||
| If applicable, attach each manifest file or provide a link to each manifest file. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: dependabot.yml content | ||
| description: If using GitHub-native Dependabot, attach your `dependabot.yml` file or provide a link to it. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Updated dependency | ||
| description: If applicable, the dependency name and to and from versions. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: What you expected to see, versus what you actually saw | ||
| description: A clear and concise description of what you expected to happen. | ||
| validations: | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Native package manager behavior | ||
| description: If applicable, what output do you see when you update the dependency using the native package manager (e.g., Bundler, npm, etc.)? | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Images of the diff or a link to the PR, issue, or logs | ||
| description: If applicable, add links to public PRs or Issues that Dependabot opened, and/or paste in any related logs. | ||
| validations: | ||
| required: false | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Smallest manifest that reproduces the issue | ||
| description: Want to make a 🤖 smile? You can do it! Show us the smallest manifest file (or set of files) that reproduces this problem. Remove anything that's not essential to reproduce this issue, and it will help us address the problem more quickly. ✨ | ||
| validations: | ||
| required: false | ||
This file was deleted.
Oops, something went wrong.
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,18 @@ | ||
| name: 🚀 Feature request | ||
| description: Suggest an idea for Dependabot | ||
| labels: "T: feature-request" | ||
| body: | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Is there an existing issue for this? | ||
| description: Please search existing issues to avoid creating duplicates. | ||
| options: | ||
| - label: I have searched the existing issues | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Feature description | ||
| description: Describe the feature you'd like. | ||
| validations: | ||
| required: true |
This file was deleted.
Oops, something went wrong.
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,18 @@ | ||
| name: ⚙ Tech Debt | ||
| description: Tech debt is for code improvements that do not change the user-facing behavior (ie, neither adding features nor fixing bugs). | ||
| labels: "T: tech-debt" | ||
| body: | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Is there an existing issue for this? | ||
| description: Please search existing issues to avoid creating duplicates. | ||
| options: | ||
| - label: I have searched the existing issues | ||
| required: true | ||
|
|
||
| - type: textarea | ||
| attributes: | ||
| label: Code improvement description | ||
| description: Describe the code improvement you'd like. | ||
| validations: | ||
| required: true |
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.