We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d875b9 commit 378b533Copy full SHA for 378b533
CONTRIBUTING.md
@@ -11,6 +11,11 @@ following prefixes in your commit subject:
11
That ensures the subject line of your commit makes it into the
12
auto-generated changelog.
13
14
+### README
15
+
16
+Please update the readme with any API changes, the code and docs should
17
+always be in sync.
18
19
### Development
20
21
- `script/test` will fire up a karma runner and watch for changes in the
README.md
@@ -5,6 +5,10 @@ React Router
5
6
A complete routing library for React.
7
8
+You are viewing docs for the latest code on master. Check out
9
+[other releases](https://github.com/rpflorence/react-router/releases)
10
+for the version you have installed.
Features
--------
0 commit comments