Skip to content

Commit b05ce0b

Browse files
authored
Merge branch 'main' into dev
2 parents 207a36c + dfddc80 commit b05ce0b

File tree

5 files changed

+38
-9
lines changed

5 files changed

+38
-9
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Information:**
11+
- Browser and OS: [e.g. Chrome on Windows, Safari & Chrome on iOS]
12+
- Browser version: [e.g. Chrome 101, Safari & Chrome for iOS 15.4]
13+
- Codeit version: [e.g. 2.0.8, find it by clicking the back button]
14+
15+
**Description**
16+
A clear and concise description of what the bug is and how to reproduce it.
17+
If applicable, add screenshots to help explain your problem.
18+
19+
**Example**
20+
An example which reproduces the bug. This can be a cde.run link, an attached example project, etc.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Idea or feature request
3+
about: Suggest a new feature for Codeit.
4+
title: ''
5+
labels: idea-feature
6+
assignees: ''
7+
8+
---
9+
10+
**Motivation**
11+
Please explain the problem you're having/why you propose this feature. Eg. I'm always frustrated when [...]
12+
13+
**Description**
14+
A clear and concise description of what you want to happen.
15+
16+
**Alternatives**
17+
A clear and concise description of any alternative solutions or features you've considered, if applicable.

.github/config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v539';
7+
const WORKER_NAME = 'codeit-worker-v541';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)