Skip to content
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

chore: Update issue templates #1390

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Codemod Studio
about: Report any issues, feedback, or feature requests for Codemod Studio.
title: "[studio]"
labels: studio
name: Platform Issue
about: Report any issues, feedback, or feature requests for Codemod Platform.
title: "[issue-name]"
labels: platform
assignees: ''

---
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/report-faulty-codemod.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
name: Faulty codemod
about: Report issues with an existing codemod.
title: "[codemod][FP/FN] <codemod-name>"
labels: codemod-issue
labels: codemod-issue, studio
assignees: ''

---


### Faulty codemod

1. Mention the codemod name, e.g., `react/19/remove-forward-ref`
Expand Down
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/request-codemod.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ To contributors working on this task:
- [ ] **Codemod Creator**: [Build](https://go.codemod.com/build-codemod-docs) and [publish](https://go.codemod.com/codemod-publish-doc) quality codemods that handle most edge cases. False negatives are acceptable, but there should be no false positives. Even if the transformation is tricky, build a codemod that can detect and add comments to guide developers to the areas needing manual changes.

- Questions? -> [Community](https://go.codemod.com/community)