Skip to content

Commit

Permalink
Add feature proposal template
Browse files Browse the repository at this point in the history
  • Loading branch information
Partmedia committed Oct 23, 2023
1 parent 6f728f8 commit b65c7c4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/en/general-development/feature-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ If you are considering adding or reworking some major component of the game it's

## How do I make a proposal?

Just follow [our guide](../meta/guide-to-editing-docs.md) on editing any part of this site and PR your proposal as a page under the "Design Proposals" section found in the sidebar between "Space Station 14" and "Server Hosting".
1. Make a copy of the design proposal template located at `src/en/proposals/proposal-template.md`.

Proposals that get approved by a maintainer will be merged to this site, which is basically the green light for you or someone else to go ahead and implement it.
2. Write your proposal (see [guide to editing docs](../meta/guide-to-editing-docs.md)).

3. When you are ready for your proposal to be reviewed, make a pull request.

4. Your proposal is approved when a maintainer merges it. This is a green light for you or someone else to go ahead and implement it. A maintainer will then link your proposal to the side bar. *Note to maintainers: edit `src/SUMMARY.md`*

``` admonish tip "Unfinished Proposals"
If you don't think that your proposal is ready for maintainer scrutiny, but still want feedback on it you can PR it as a draft. Drafts are less likely to attract people looking to get down to brass tacks, but still let people comment and give advice.
Expand Down
24 changes: 24 additions & 0 deletions src/en/proposals/proposal-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Short, Properly Capitalized Title

Your title should convey the basic jist of your proposed changes. It should be short because the text will be linked in the sidebar.

**Authors:** foo, bar

The names that you use on GitHub and/or Discord. This is optional but strongly recommended, since:

- This acknowledges credit where it is due
- People who are confused about the written intent can use this information to contact the authors

## Abstract

A very short, maybe three sentence summary of what this proposal is about. A high level "overview" or "what this adds".

## Background

Summarize any information that is needed to contextualize the proposed changes, e.g. the current state of the game.

Also link any relevant discussions on Discord, GitHub, or HackMD that are relevant to the proposal.

## The rest?

Is entirely up to you.

0 comments on commit b65c7c4

Please sign in to comment.