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

Turn into ES module #185

Merged
merged 7 commits into from
Feb 1, 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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ labels: bug
---


__Describe the Bug__
### Describe the Bug

<!-- A clear and concise description of what the bug is. -->


__Steps to Reproduce__
### Steps to Reproduce

<!-- Clear steps that allow us to reproduce the error. -->

Expand All @@ -23,12 +23,12 @@ If your bug is related to a life-cycle transition, clearly state the
state of affected issues / repositories _before_ the bug occurs.
-->

__Expected Behavior__
### Expected Behavior

<!-- A clear and concise description of what you expected to happen. -->


__Environment__
### Environment

- Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
- OS: [e.g. Windows 7]
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ labels: enhancement
---


__Is your feature request related to a problem? Please describe__
### Is your feature request related to a problem? Please describe

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --->


__Describe the solution you'd like__
### Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. -->


__Describe alternatives you've considered__
### Describe alternatives you've considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->


__Additional context__
### Additional context

<!-- Add any other context or screenshots about the feature request here. -->
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/SETUP_PROBLEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ labels: question, installation
---


__Please Acknowledge the Following__
### Please Acknowledge the Following

* [ ] I've followed the [setup and run instructions](https://github.com/nikku/wuffle/blob/main/docs/SETUP.md)

We cannot help you, otherwise.


__At which step in the setup are you stuck?__
### At which step in the setup are you stuck?

<!-- Please share how the setup problem manifests -->


__Context Information__
### Context Information

<!-- Please share the following information -->

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/TASK.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ labels: task
---


__What should we do?__
### What should we do?

<!-- Clearly describe the activity we should carry out. -->


__Why should we do it?__
### Why should we do it?

<!-- Argue why doing it is a healthy investment of our time. -->
109 changes: 95 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading