Skip to content

Commit cc7f600

Browse files
committed
Create issue template for feature depreaction
1 parent 96ae102 commit cc7f600

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature deprecation
3+
about: Use this template for removal of features from emscripten.
4+
title: 'Deprection proposal for <FEATURE>'
5+
labels: 'depreaction'
6+
assignees: ''
7+
8+
---
9+
10+
Tracking issue for the deprecation and removal 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+
- [ ] Add "deprecation" warning to emcc
22+
- [ ] Wait at least 4 releases or 2 months
23+
- [ ] Remove feature from codebase

0 commit comments

Comments
 (0)