Skip to content

Commit 7fb0d37

Browse files
committed
Use zaps/ rather than text/ as the folder.
1 parent e85c9cf commit 7fb0d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ encouraged for changes substantial enough that working out a good design at the
66
start is likely to save significant implementation work or future backwards
77
compatibility headaches.
88

9-
The [ZAP process](./text/0001-zap-process.md) is intended to be
9+
The [ZAP process](./zaps/0001-zap-process.md) is intended to be
1010
lightweight, with just enough formality to facilitate consensus. It is
1111
inspired by the [Rust RFC process](https://github.com/rust-lang/rfcs),
1212
which itself takes inspiration from the [Python PEP

text/0001-zap-process.md renamed to zaps/0001-zap-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ benefit from a formalize design process, after preliminary discussion in our
5050
may choose to open a Zulip architecture proposal (ZAP).
5151

5252
A ZAP is a pull request in this `zulip-architecture` repository that adds a
53-
Markdown document named like `text/0000-my-feature.md`. The numerical ID should
53+
Markdown document named like `zaps/0000-my-feature.md`. The numerical ID should
5454
be initialized with the placeholder `0000`, and replaced with the pull request
5555
number after the pull request is opened.
5656

0 commit comments

Comments
 (0)