Skip to content

Commit 334c3ae

Browse files
authored
Merge pull request #81 from nikomatsakis/propose-with-issue
modify the procedures document to say that we propose meetings with open issues
2 parents 93d6c12 + 20a9022 commit 334c3ae

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

.github/ISSUE_TEMPLATE/meeting-proposal.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ assignees: ''
1010
# Directions
1111

1212
If you'd like to propose a topic for a future meeting, you've come to
13-
the right place! To do so, please write-up your proposal in a gist,
14-
hackmd, or other such format. Then open this issue and replace the
15-
parentheiszed text below as appropriate. We'll discuss your proposal
16-
in the next planning meeting! (And please do feel free to attend!)
17-
Thanks <3.
13+
the right place! To do so, please write-up your proposal in a
14+
[hackmd], [gist], etc following [this template]. Then open this issue
15+
and replace the parenthesized text below as appropriate. We'll discuss
16+
your proposal in the next planning meeting! (And please do feel free
17+
to attend!) Thanks <3.
1818

19-
Oh, and delete this section before you open the issue, if you don't
20-
mind. :)
19+
Oh, and please delete this section before you open the issue -- but
20+
keep the others!
2121

2222
# Meeting proposal info
2323

@@ -47,3 +47,6 @@ on [Zulip] (or elsewhere).
4747
[Zulip]: https://github.com/rust-lang/compiler-team/blob/master/about/chat-platform.md
4848
[steering meeting]: https://github.com/rust-lang/compiler-team/blob/master/about/steering-meeting.md
4949
[proc]: https://github.com/rust-lang/compiler-team/blob/master/procedures/steering-meeting.md
50+
[this template]: https://github.com/rust-lang/compiler-team/blob/master/proposals/_template.md
51+
[hackmd]: https://hackmd.io/
52+
[gist]: https://gist.github.com/

procedures/steering-meeting.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,18 @@ meetings, rather than (e.g.) planning things at the last minute.
7474

7575
## Adding a proposal
7676

77-
Proposals can be added by opening a PR and adding a new file into the
78-
[proposals] directory. The file should use the [proposal
79-
template][template], but renamed to a suggestive title. **This format
80-
is meant to be lightweight:** Proposals are generally not expected to
81-
be a lot of work to produce.
82-
83-
[proposals]: /proposals
77+
Proposals can be added by opening an issue on the [compiler-team
78+
repository][ct]. There is an issue template for meeting proposals that
79+
gives directions. The basic idea is that you prepare your proposal in
80+
a hackmd/gist/hackmd/document based on [this template][template] and then
81+
link to that in the issue, along with a few other details. **This
82+
format is meant to be lightweight:** Proposals are generally not
83+
expected to be a lot of work to produce. Accepted proposals will be
84+
added to the [proposals] directory (and linked to from the actual
85+
minutes).
86+
87+
[ct]: https://github.com/rust-lang/compiler-team
88+
[proposals]: /proposals/
8489
[template]: /proposals/_template.md
8590

8691
### Expectations for a technical proposal

0 commit comments

Comments
 (0)