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

Update issue templates (#42) #43

Merged
merged 1 commit into from
Feb 15, 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
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve BingusBoingus
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: discussion, question
assignees: ''

---

**My Question is:*
Your Question about BingusBoingus.

**What I've tried so far**

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

**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**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
102 changes: 50 additions & 52 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,58 @@

## 1.0.0 (2024-02-15)


### Features

* add config ([3e92d8f](https://github.com/Blvckleg/BingusBoingus/commit/3e92d8f1c69deee224a959c87415f07b71279593))
* add dockerfile and docker-compose ([4ff5fa0](https://github.com/Blvckleg/BingusBoingus/commit/4ff5fa03ade5e6980441b8da4965867eca963d26))
* add gitignore ([a361c90](https://github.com/Blvckleg/BingusBoingus/commit/a361c90f7718537949af5f9e08d5f76927b5b9d7))
* add jest-testing ([6d517a3](https://github.com/Blvckleg/BingusBoingus/commit/6d517a3a775acfbc6421e6caaa3880e7d013711e))
* add vsc launch ([bc7a93a](https://github.com/Blvckleg/BingusBoingus/commit/bc7a93a438cba5f407f4bfd8dfe722993242fce1))
* bug report command ([eaa52a3](https://github.com/Blvckleg/BingusBoingus/commit/eaa52a312d508f72b52d1201e06a9ddfabd3331b))
* cbd command ([dc7b01e](https://github.com/Blvckleg/BingusBoingus/commit/dc7b01ea7143e7f2c7e6a2292776c43cdbe375ef))
* **cd:** docker.yml ([71c3773](https://github.com/Blvckleg/BingusBoingus/commit/71c37739d1d85b36f939cac8c9d9e13be10c66c8))
* coinflip ([85db888](https://github.com/Blvckleg/BingusBoingus/commit/85db88885be186984cb39e97560cd854b77b3422))
* commandHandling ([91c2065](https://github.com/Blvckleg/BingusBoingus/commit/91c2065dd07a60c2e724dd9cdd93f6e2b684174d))
* deploy commands at startup ([c004eaf](https://github.com/Blvckleg/BingusBoingus/commit/c004eaf8983f6f98c3996f8c252a51a24f00804a))
* deploy script ([f5efcf5](https://github.com/Blvckleg/BingusBoingus/commit/f5efcf5e35d66e3b0d302fe200b8a796e977f144))
* deploy-commands ([da7684e](https://github.com/Blvckleg/BingusBoingus/commit/da7684ec0e19eccf3d0010c2976f1d1ca618b0b7))
* docker commands ([2b36815](https://github.com/Blvckleg/BingusBoingus/commit/2b36815938e294ed580baf30ec86855ec0e0d7a2))
* docker pipelines ([a647429](https://github.com/Blvckleg/BingusBoingus/commit/a6474296141991916337a4c58bc7b1c065b74929))
* **Docker:** add test Dockerfile ([b76f32f](https://github.com/Blvckleg/BingusBoingus/commit/b76f32f78821ba866ca06ef4a7c1aad495ca4c61))
* env sample ([cb3d98c](https://github.com/Blvckleg/BingusBoingus/commit/cb3d98ca5a9e58e038ca4c490cc74d2b3c2eb97f))
* hello world ([1f96a9a](https://github.com/Blvckleg/BingusBoingus/commit/1f96a9a52543fdb09b978272b832238fd7eb74e8))
* i think everything works ([0c8f65b](https://github.com/Blvckleg/BingusBoingus/commit/0c8f65bc6c9db80d6a80e196a05904890a4c9900))
* let swag report someone ([1fa009c](https://github.com/Blvckleg/BingusBoingus/commit/1fa009c8022568de1a940b5705eba82616acd2df))
* little bit of refactoring deployCommands ([09fc0ba](https://github.com/Blvckleg/BingusBoingus/commit/09fc0ba5d5ca117bee3933621ebd2bb3e8365b8b))
* nestjs ([e630098](https://github.com/Blvckleg/BingusBoingus/commit/e630098993e5e43503a42277cba1f872633291c4))
* new commands and response types ([cc1d434](https://github.com/Blvckleg/BingusBoingus/commit/cc1d43447df144f2cb72ed1b1b1bf46568ac9197))
* prettier config ([39965fc](https://github.com/Blvckleg/BingusBoingus/commit/39965fc4b7c36aa69a4c1e2aa033ead0fa8e3066))
* remove test cmd, add new cmd, add autoresponses ([d0bd50a](https://github.com/Blvckleg/BingusBoingus/commit/d0bd50abe1cd4eed93cf8f044f136f3e628c9cce))
* **start-script:** run nest ([8eaa1a8](https://github.com/Blvckleg/BingusBoingus/commit/8eaa1a810be802bd1d23aba0d0f2d1871a7245fc))
* tunnel for local testing ([2a7e0dd](https://github.com/Blvckleg/BingusBoingus/commit/2a7e0dd4448f079d53b51b4853a39a435ceba009))
* update launch.json with env ([4c1e8b4](https://github.com/Blvckleg/BingusBoingus/commit/4c1e8b4fa070a16d49ce11942c4d9cc18d889969))
* use config service for deployment ([76fe7a9](https://github.com/Blvckleg/BingusBoingus/commit/76fe7a9dcf3502e13215a28477fff2aed6bd01c0))
* vsc launch scripts ([e27df9a](https://github.com/Blvckleg/BingusBoingus/commit/e27df9a456e5986c89ba487d663b80abc7605696))
* **workflow:** testing ([524e45d](https://github.com/Blvckleg/BingusBoingus/commit/524e45d6868dd0ed4049d376c05e6ed2b6d60ff5))

- add config ([3e92d8f](https://github.com/Blvckleg/BingusBoingus/commit/3e92d8f1c69deee224a959c87415f07b71279593))
- add dockerfile and docker-compose ([4ff5fa0](https://github.com/Blvckleg/BingusBoingus/commit/4ff5fa03ade5e6980441b8da4965867eca963d26))
- add gitignore ([a361c90](https://github.com/Blvckleg/BingusBoingus/commit/a361c90f7718537949af5f9e08d5f76927b5b9d7))
- add jest-testing ([6d517a3](https://github.com/Blvckleg/BingusBoingus/commit/6d517a3a775acfbc6421e6caaa3880e7d013711e))
- add vsc launch ([bc7a93a](https://github.com/Blvckleg/BingusBoingus/commit/bc7a93a438cba5f407f4bfd8dfe722993242fce1))
- bug report command ([eaa52a3](https://github.com/Blvckleg/BingusBoingus/commit/eaa52a312d508f72b52d1201e06a9ddfabd3331b))
- cbd command ([dc7b01e](https://github.com/Blvckleg/BingusBoingus/commit/dc7b01ea7143e7f2c7e6a2292776c43cdbe375ef))
- **cd:** docker.yml ([71c3773](https://github.com/Blvckleg/BingusBoingus/commit/71c37739d1d85b36f939cac8c9d9e13be10c66c8))
- coinflip ([85db888](https://github.com/Blvckleg/BingusBoingus/commit/85db88885be186984cb39e97560cd854b77b3422))
- commandHandling ([91c2065](https://github.com/Blvckleg/BingusBoingus/commit/91c2065dd07a60c2e724dd9cdd93f6e2b684174d))
- deploy commands at startup ([c004eaf](https://github.com/Blvckleg/BingusBoingus/commit/c004eaf8983f6f98c3996f8c252a51a24f00804a))
- deploy script ([f5efcf5](https://github.com/Blvckleg/BingusBoingus/commit/f5efcf5e35d66e3b0d302fe200b8a796e977f144))
- deploy-commands ([da7684e](https://github.com/Blvckleg/BingusBoingus/commit/da7684ec0e19eccf3d0010c2976f1d1ca618b0b7))
- docker commands ([2b36815](https://github.com/Blvckleg/BingusBoingus/commit/2b36815938e294ed580baf30ec86855ec0e0d7a2))
- docker pipelines ([a647429](https://github.com/Blvckleg/BingusBoingus/commit/a6474296141991916337a4c58bc7b1c065b74929))
- **Docker:** add test Dockerfile ([b76f32f](https://github.com/Blvckleg/BingusBoingus/commit/b76f32f78821ba866ca06ef4a7c1aad495ca4c61))
- env sample ([cb3d98c](https://github.com/Blvckleg/BingusBoingus/commit/cb3d98ca5a9e58e038ca4c490cc74d2b3c2eb97f))
- hello world ([1f96a9a](https://github.com/Blvckleg/BingusBoingus/commit/1f96a9a52543fdb09b978272b832238fd7eb74e8))
- i think everything works ([0c8f65b](https://github.com/Blvckleg/BingusBoingus/commit/0c8f65bc6c9db80d6a80e196a05904890a4c9900))
- let swag report someone ([1fa009c](https://github.com/Blvckleg/BingusBoingus/commit/1fa009c8022568de1a940b5705eba82616acd2df))
- little bit of refactoring deployCommands ([09fc0ba](https://github.com/Blvckleg/BingusBoingus/commit/09fc0ba5d5ca117bee3933621ebd2bb3e8365b8b))
- nestjs ([e630098](https://github.com/Blvckleg/BingusBoingus/commit/e630098993e5e43503a42277cba1f872633291c4))
- new commands and response types ([cc1d434](https://github.com/Blvckleg/BingusBoingus/commit/cc1d43447df144f2cb72ed1b1b1bf46568ac9197))
- prettier config ([39965fc](https://github.com/Blvckleg/BingusBoingus/commit/39965fc4b7c36aa69a4c1e2aa033ead0fa8e3066))
- remove test cmd, add new cmd, add autoresponses ([d0bd50a](https://github.com/Blvckleg/BingusBoingus/commit/d0bd50abe1cd4eed93cf8f044f136f3e628c9cce))
- **start-script:** run nest ([8eaa1a8](https://github.com/Blvckleg/BingusBoingus/commit/8eaa1a810be802bd1d23aba0d0f2d1871a7245fc))
- tunnel for local testing ([2a7e0dd](https://github.com/Blvckleg/BingusBoingus/commit/2a7e0dd4448f079d53b51b4853a39a435ceba009))
- update launch.json with env ([4c1e8b4](https://github.com/Blvckleg/BingusBoingus/commit/4c1e8b4fa070a16d49ce11942c4d9cc18d889969))
- use config service for deployment ([76fe7a9](https://github.com/Blvckleg/BingusBoingus/commit/76fe7a9dcf3502e13215a28477fff2aed6bd01c0))
- vsc launch scripts ([e27df9a](https://github.com/Blvckleg/BingusBoingus/commit/e27df9a456e5986c89ba487d663b80abc7605696))
- **workflow:** testing ([524e45d](https://github.com/Blvckleg/BingusBoingus/commit/524e45d6868dd0ed4049d376c05e6ed2b6d60ff5))

### Bug Fixes

* add multiline to long message ([7077bf2](https://github.com/Blvckleg/BingusBoingus/commit/7077bf2bd89fa6ca8e2b5f6abd3f724c82999186))
* add prettier and update config ([284e7f7](https://github.com/Blvckleg/BingusBoingus/commit/284e7f7d01ff478e233fc9226b951482ed8e001e))
* **CommandModule:** listen for commands ([12d7d21](https://github.com/Blvckleg/BingusBoingus/commit/12d7d219c289c08b2b20f95320efefbeabb6bfa8))
* did some stupid shit ([3f541bd](https://github.com/Blvckleg/BingusBoingus/commit/3f541bd451c4c08fd9af23f0f9bd25ab4765844a))
* docker build ([8088ce9](https://github.com/Blvckleg/BingusBoingus/commit/8088ce95b1735328432dff32a33f1b27364f642f))
* docker filepath ([ab45c9d](https://github.com/Blvckleg/BingusBoingus/commit/ab45c9d46689bc8793fee974177ea94612d290d8))
* **docker-image:** copy assets ([2533e36](https://github.com/Blvckleg/BingusBoingus/commit/2533e36139c30817877f5b00d40c433561f36f31))
* dont push test image ([ab7df94](https://github.com/Blvckleg/BingusBoingus/commit/ab7df94af2cf5bfd942a6bc620f8e4bb51722bf5))
* nvm found it ([3068220](https://github.com/Blvckleg/BingusBoingus/commit/306822084662757f176edb5efa329441f43ce25e))
* pull image in docker-compose ([f33c97f](https://github.com/Blvckleg/BingusBoingus/commit/f33c97f60a28816b6ddc8afe7d7de0e11005328e))
* readme hyperlink ([724037f](https://github.com/Blvckleg/BingusBoingus/commit/724037fe068bd57d4fd3bd2a357aaf295aa62473))
* remove node 14 from workflow ([22fe493](https://github.com/Blvckleg/BingusBoingus/commit/22fe493eb6debe69f634d192bd52a0892c785b9c))
* remove unused start config ([b7c75f6](https://github.com/Blvckleg/BingusBoingus/commit/b7c75f69350c77e6ffda9d5a6e43507d76c09a87))
* remove workflow fail check ([2dcb67d](https://github.com/Blvckleg/BingusBoingus/commit/2dcb67d26f4b8ead467999b0c940fdc08617e667))
* rm dupe, file name casing ([4e2e43b](https://github.com/Blvckleg/BingusBoingus/commit/4e2e43b835d8bb8cdd13ccc8766a996ccf18a354))
* typo ([a8eb5d2](https://github.com/Blvckleg/BingusBoingus/commit/a8eb5d210af8cb3194f01a026b5f83ce2e298a02))
* Update node.js.yml ([ec132ed](https://github.com/Blvckleg/BingusBoingus/commit/ec132ed84c6a6f0c205d7092d2e1465b929dd0f5))
* update sample env ([fcb9ae9](https://github.com/Blvckleg/BingusBoingus/commit/fcb9ae9c6c325bff61b6c1c513dc08e6674da4f5))
* use ConfigService ([e2ebdf3](https://github.com/Blvckleg/BingusBoingus/commit/e2ebdf345564179cb0938b6e42c89bd8ada2607d))
- add multiline to long message ([7077bf2](https://github.com/Blvckleg/BingusBoingus/commit/7077bf2bd89fa6ca8e2b5f6abd3f724c82999186))
- add prettier and update config ([284e7f7](https://github.com/Blvckleg/BingusBoingus/commit/284e7f7d01ff478e233fc9226b951482ed8e001e))
- **CommandModule:** listen for commands ([12d7d21](https://github.com/Blvckleg/BingusBoingus/commit/12d7d219c289c08b2b20f95320efefbeabb6bfa8))
- did some stupid shit ([3f541bd](https://github.com/Blvckleg/BingusBoingus/commit/3f541bd451c4c08fd9af23f0f9bd25ab4765844a))
- docker build ([8088ce9](https://github.com/Blvckleg/BingusBoingus/commit/8088ce95b1735328432dff32a33f1b27364f642f))
- docker filepath ([ab45c9d](https://github.com/Blvckleg/BingusBoingus/commit/ab45c9d46689bc8793fee974177ea94612d290d8))
- **docker-image:** copy assets ([2533e36](https://github.com/Blvckleg/BingusBoingus/commit/2533e36139c30817877f5b00d40c433561f36f31))
- dont push test image ([ab7df94](https://github.com/Blvckleg/BingusBoingus/commit/ab7df94af2cf5bfd942a6bc620f8e4bb51722bf5))
- nvm found it ([3068220](https://github.com/Blvckleg/BingusBoingus/commit/306822084662757f176edb5efa329441f43ce25e))
- pull image in docker-compose ([f33c97f](https://github.com/Blvckleg/BingusBoingus/commit/f33c97f60a28816b6ddc8afe7d7de0e11005328e))
- readme hyperlink ([724037f](https://github.com/Blvckleg/BingusBoingus/commit/724037fe068bd57d4fd3bd2a357aaf295aa62473))
- remove node 14 from workflow ([22fe493](https://github.com/Blvckleg/BingusBoingus/commit/22fe493eb6debe69f634d192bd52a0892c785b9c))
- remove unused start config ([b7c75f6](https://github.com/Blvckleg/BingusBoingus/commit/b7c75f69350c77e6ffda9d5a6e43507d76c09a87))
- remove workflow fail check ([2dcb67d](https://github.com/Blvckleg/BingusBoingus/commit/2dcb67d26f4b8ead467999b0c940fdc08617e667))
- rm dupe, file name casing ([4e2e43b](https://github.com/Blvckleg/BingusBoingus/commit/4e2e43b835d8bb8cdd13ccc8766a996ccf18a354))
- typo ([a8eb5d2](https://github.com/Blvckleg/BingusBoingus/commit/a8eb5d210af8cb3194f01a026b5f83ce2e298a02))
- Update node.js.yml ([ec132ed](https://github.com/Blvckleg/BingusBoingus/commit/ec132ed84c6a6f0c205d7092d2e1465b929dd0f5))
- update sample env ([fcb9ae9](https://github.com/Blvckleg/BingusBoingus/commit/fcb9ae9c6c325bff61b6c1c513dc08e6674da4f5))
- use ConfigService ([e2ebdf3](https://github.com/Blvckleg/BingusBoingus/commit/e2ebdf345564179cb0938b6e42c89bd8ada2607d))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Status: In Development 🛠️

Latest: 0.0.1
Latest: 1.0.0

🤖 Description:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bingusboingus",
"version": "0.0.1",
"version": "1.0.0",
"description": "Hey look it's Bingus.... or Boingus?? OR BOTH??",
"main": "src/main.ts",
"scripts": {
Expand Down
Loading