Skip to content
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
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-for-better-documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Ask for better documentation
about: Ask for better documentation
title: ''
labels: 'enhance: documentation'
assignees: ''

---

Hello! Thanks for taking time to suggest how we can improve documentation.

Here, documentation can mean a few different things, including README, code comments, and tests. Anything that will help everyone understand how to use `@codemod-utils`!


## I would like to see... 🙋‍♀️🙋‍♂️

A clear, concise description of what you want to happen.


## Why and how 💬

A clear, concise description of why you want something to happen and how we might be able to solve the problem.


## Additional context ➕

If needed, you can provide more context (e.g. reference materials, screenshots, GIFs) for the request here.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-for-new-feature-or-refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Ask for new feature or refactor
about: Ask for new feature or refactor
title: ''
labels: 'enhance: code'
assignees: ''

---

Hello! Thanks for taking time to suggest how we can improve `@codemod-utils`.

Before you make a new issue, please search for similar issues. It's possible that someone has made a request already.


## I would like to see... 🙋‍♀️🙋‍♂️

A clear, concise description of what you want to happen.


## Why and how 💬

A clear, concise description of why you want something to happen and how we might be able to solve the problem.


## Additional context ➕

If needed, you can provide more context (e.g. reference materials, screenshots, GIFs) for the request here.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/report-bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Report bug
about: Report bug
title: ''
labels: bug
assignees: ''

---

Hello! Thanks for taking time to make a bug report.

Before you make a new issue, please search for similar issues. It's possible that someone has reported this bug already.


## Describe the bug 🐞

A clear and concise description of the bug.


## Expected behavior 🤔

A clear and concise description of what you expected to see.


## Minimal reproduction 🔬

Describe steps to reproduce the issue.

1. ...
1. ...
1. ...

If possible, please share a repo with the minimum files to reproduce the issue.


## Additional context ➕

If needed, you can provide more context (e.g. reference materials, screenshots, GIFs) for the problem here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/report-outdated-dependency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Report outdated dependency
about: Report outdated dependency
title: ''
labels: 'enhance: dependency'
assignees: ''

---

Hello! Thanks for taking time to make an outdated dependency report.

Before you make a new issue, please search for similar issues. It's possible that someone has made a request for update already.


## List outdated dependencies 🔗

When you ran `pnpm outdated -r`, what did you see?

```sh
┌─────────┬─────────┬────────┬──────────────────────┐
│ Package │ Current │ Latest │ Dependents │
├─────────┼─────────┼────────┼──────────────────────┤
│ glob │ 13.0.0 │ 13.1.0 │ @codemod-utils/files │
└─────────┴─────────┴────────┴──────────────────────┘
```


## Risk analysis ⚠️

Are there breaking changes that we should be aware of? Please add links to the `CHANGELOG`s, if they are available.


## Additional context ➕

If needed, you can provide more context (e.g. reference materials, screenshots, GIFs) for the problem here.