Skip to content

Commit 3fb016b

Browse files
Replace steps with description of desired outcome
1 parent 476c003 commit 3fb016b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

proposals/PROPOSALS.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,12 @@ It is sufficient to post a link to an existing draft of the proposal to solicit
8282

8383
### Proposal
8484
Having gathered initial feedback, the next step is to write and submit a proposal.
85-
This is done as follows:
86-
1. Fork the Haskell Foundation tech-proposals repository, [https://github.com/haskellfoundation/tech-proposals](https://github.com/haskellfoundation/tech-proposals).
87-
2. Create a new HFTP file in the `proposals/` directory. The [templates](templates/) provide a starting point for addressing the important concerns.
85+
Proposals should be submitted as pull requests to the Haskell Foundation `tech-proposals` repository, [https://github.com/haskellfoundation/tech-proposals](https://github.com/haskellfoundation/tech-proposals). Please notify the TWG on Github using the team label `@haskellfoundation/tech-proposals`.
86+
The pull request should add a new HFTP file in the `proposals/` directory.
87+
88+
When writing a proposal, the [templates](templates/) provide a starting point for addressing the important concerns.
8889
* The proposal should be written in a single Markdown file.
8990
* The file should be named `0000-NAME.md`. Supporting materials, such as diagrams, example code, or spreadsheets, should be placed in a directory named `0000-NAME`, and all files should be in standard formats that are readable and editable using open-source software.
90-
3. Commit your changes to your forked repository
91-
4. Create a new [pull request](https://github.com/haskellfoundation/tech-proposals/pull/new).
92-
5. Notify the TWG on Github using the team label `@haskellfoundation/tech-proposals`.
9391

9492
The committee will publicize the proposal in a variety of Haskell fora, as they deem appropriate for the contents of the proposal.
9593
At the very least, all proposals will be announced on Discourse.

0 commit comments

Comments
 (0)