diff options
| author | Yong He <yonghe@outlook.com> | 2024-09-05 21:17:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 21:17:28 -0700 |
| commit | 8662375b075a6cdb86baffd188af721320dac8b1 (patch) | |
| tree | bffe0448ea80c5bfef6ba8f539c6994d3f4b65f0 /docs | |
| parent | db764a0499cb39a0db99de9143cf1e8aef98da02 (diff) | |
Update 000-template.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/proposals/000-template.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/proposals/000-template.md b/docs/proposals/000-template.md index 012e521dd..3803d856b 100644 --- a/docs/proposals/000-template.md +++ b/docs/proposals/000-template.md @@ -11,7 +11,13 @@ A proposal for a Slang language/compiler feature or system should start with a c Status ------ -Note here whether the proposal is unimplemented, in-progress, has landed, etc. +Status: Design Review/Planned/Implementation In-Progress/Implemented/Partially Implemented. Note here whether the proposal is unimplemented, in-progress, has landed, etc. + +Implemtation: [PR 000] [PR 001] ... (list links to PRs) + +Author: authors of the design doc and the implementation. + +Reviewer: Reviewers of the proposal and implementation. Background ---------- |
