Skip to content

Commit 3e37c5a

Browse files
committed
---
yaml --- r: 42090 b: refs/heads/master c: f8c2652 h: refs/heads/master v: v3
1 parent f812f58 commit 3e37c5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8cb17ad0fa983e60c9bcaba75322a7057449df52
2+
refs/heads/master: f8c26525ea94e7e1d207e0ba66c82a5e2e8f6243
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ Pull requests will be treated as "review requests", and we will give feedback we
99

1010
Normally, all pull requests must include regression tests (see [Note-testsuite](https://github.com/mozilla/rust/wiki/Note-testsuite)) that test your change. Occasionally, a change will be very difficult to test for. In those cases, please include a note in your commit message explaining why.
1111

12+
In the licensing header at the beginning of any files you change, please make sure the listed date range includes the current year. For example, if it's 2013, and you change a Rust file that was created in 2010, it should begin:
13+
14+
```
15+
// Copyright 2010-2013 The Rust Project Developers.
16+
```
17+
1218
For more details, please refer to [Note-development-policy](https://github.com/mozilla/rust/wiki/Note-development-policy).

0 commit comments

Comments
 (0)