Skip to content

Commit

Permalink
Merge pull request #3051 from janhq/dev
Browse files Browse the repository at this point in the history
chore: release 0.5.1 to main
  • Loading branch information
Van-QA committed Jun 17, 2024
2 parents 0a150b3 e9e1435 commit 25d92c3
Show file tree
Hide file tree
Showing 38 changed files with 906 additions and 244 deletions.
37 changes: 0 additions & 37 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

82 changes: 82 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,82 @@
name: "\U0001F41B Bug Report"
description: "If something isn't working as expected \U0001F914"
labels: [ "type: bug" ]
title: 'bug: [DESCRIPTION]'

body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this bug report!"

- type: checkboxes
attributes:
label: "#"
description: "Please search [here](./?q=is:issue) to see if an issue already exists for the bug you encountered"
options:
- label: "I have searched the existing issues"
required: false

- type: textarea
validations:
required: true
attributes:
label: "Current behavior"
description: "A clear and concise description of what the bug is"

- type: textarea
validations:
required: true
attributes:
label: "Minimum reproduction step"
description: |
Please list out steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
validations:
required: true
attributes:
label: "Expected behavior"
description: "A clear and concise description of what you expected to happen"

- type: textarea
validations:
required: true
attributes:
label: "Screenshots / Logs"
description: |
Kindly provide your screenshots / [usage logs](https://jan.ai/docs/troubleshooting#how-to-get-error-logs) that could be helpful in diagnosing the problem
**Tip:** You can attach images, recordings or log files by clicking this area to highlight it and then dragging files in
- type: markdown
attributes:
value: |
---
- type: input
validations:
required: true
attributes:
label: "Jan version"
description: "**Tip:** The version is located in the lower right conner of the Jan app"
placeholder: "e.g. 0.5.x-xxx nightly or stable"

- type: checkboxes
attributes:
label: "In which operating systems have you tested?"
options:
- label: macOS
- label: Windows
- label: Linux

- type: textarea
attributes:
label: "Environment details"
description: |
- Operating System: [Specify your OS details: e.g., MacOS Sonoma 14.2.1, Windows 11, Ubuntu 22, etc]
- Processor: [e.g., Apple M1, Intel Core i7, AMD Ryzen 5, etc]
- RAM: [e.g., 8GB, 16GB]
- Any additional relevant hardware specifics: [e.g., Graphics card, SSD/HDD]
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,7 @@
## To encourage contributors to use issue templates, we don't allow blank issues
blank_issues_enabled: true

contact_links:
- name: "\u2753 Our GitHub Discussions page"
url: "https://github.com/orgs/janhq/discussions/categories/q-a"
about: "Please ask and answer questions here!"
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/discussion-thread.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-request.md
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
---
name: Documentation request
name: "📖 Documentation request"
about: Documentation requests
title: 'docs: TITLE'
labels: 'type: documentation'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic-request.md
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
---
name: Epic request
name: "💥 Epic request"
about: Suggest an idea for this project
title: 'epic: [DESCRIPTION]'
labels: 'type: epic'
Expand Down
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,44 @@
name: "\U0001F680 Feature Request"
description: "Suggest an idea for this project \U0001F63B!"
title: 'feat: [DESCRIPTION]'
labels: 'type: feature request'
body:
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this form!"

- type: checkboxes
attributes:
label: "#"
description: "Please search [here](./?q=is:issue) to see if an issue already exists for the feature you are requesting"
options:
- label: "I have searched the existing issues"
required: false

- type: textarea
validations:
required: true
attributes:
label: "Is your feature request related to a problem? Please describe it"
description: "A clear and concise description of what the problem is"
placeholder: |
I'm always frustrated when ...
- type: textarea
validations:
required: true
attributes:
label: "Describe the solution"
description: "Description of what you want to happen. Add any considered drawbacks"

- type: textarea
attributes:
label: "Teachability, documentation, adoption, migration strategy"
description: "Explain how users will be able to use this and possibly write out something for the docs. Maybe a screenshot or design?"

- type: textarea
validations:
required: true
attributes:
label: "What is the motivation / use case for changing the behavior?"
description: "Describe the motivation or the concrete use case"
101 changes: 0 additions & 101 deletions .github/workflows/jan-openai-api-test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/jan-server-build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,7 @@ on:
- 'README.md'
- 'docs/**'
schedule:
- cron: '0 20 * * 1,2,3' # At 8 PM UTC on Monday, Tuesday, and Wednesday which is 3 AM UTC 7 Tuesday, Wednesday, and Thursday
- cron: '0 21 * * 1,2,3' # At 8 PM UTC on Monday, Tuesday, and Wednesday which is 4 AM UTC 7 Tuesday, Wednesday, and Thursday
workflow_dispatch:

jobs:
Expand Down
Loading

0 comments on commit 25d92c3

Please sign in to comment.