Skip to content

Commit e59135d

Browse files
committed
---
yaml --- r: 41295 b: refs/heads/snap-stage3 c: f8c2652 h: refs/heads/master i: 41293: 86cb5ec 41291: 9063839 41287: 7dc4271 41279: 888bcfb v: v3
1 parent 416f6f7 commit e59135d

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,7 +1,7 @@
11
---
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 8cb17ad0fa983e60c9bcaba75322a7057449df52
4+
refs/heads/snap-stage3: f8c26525ea94e7e1d207e0ba66c82a5e2e8f6243
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)