From c87b6d3fa0a0ee00322798759a9948fa8060ce70 Mon Sep 17 00:00:00 2001 From: Sergey Tepliakov Date: Mon, 22 Jun 2015 15:56:50 -0700 Subject: [PATCH] Add 'contract issue' to the list of labels. --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78106595..8df8d888 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,6 +23,7 @@ This project uses many labels for categorizing issues and pull requests. | Label | Meaning on Issue | Meaning on Pull Request | | --- | --- | --- | +|contract issue| The issue concerns an incorrect or missing contract in the reference source code. | n/a | | bug | The issue concerns a bug in the code | The issue concerns a bug in the code | | enhancement | The issue is an improvement to the code | The pull request is an improvement to the code | | up for grabs | The issue is not assigned to a particular person. If you want to work on it, just add a comment saying so and it's yours! | Normally not applicable (see comments if observed on a pull request) |