Skip to content

Commit 0911921

Browse files
authored
Create issue template for feature depreaction
1 parent 96ae102 commit 0911921

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ labels: ''
66
assignees: ''
77

88
---
9+
910
Please include the following in your bug report:
1011

1112
**Version of emscripten/emsdk:**
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature depreaction
3+
about: Use this template for removal of features from emscripten.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Tracking bug for deprecation of <FEATURE>.
11+
12+
The process for deprecating and removing features from emscripten is laid out out in https://github.com/emscripten-core/emscripten/blob/main/docs/process.md#deprecating-settings-and-features).
13+
14+
At any point in the process we may decide to delay or abort the deprecation and close this issue.
15+
16+
Deprecation checklist:
17+
18+
- [ ] Open an issue (this)
19+
- [ ] Perform global search for usage in public repos
20+
- [ ] Send message to emscripten-discuss
21+
- [x] Add "deprecation" warning to emcc
22+
- [ ] Wait at least 4 releases or 2 months
23+
- [ ] Remove feature from codebase

0 commit comments

Comments
 (0)