From e2d4a9914b5aaaedef13fe945dc7e8329af33625 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Fri, 3 Feb 2017 09:56:55 +0100 Subject: [PATCH] chore(docs): Add note that PRs should be submitted against the `develop` branch (#2623) Related to: https://github.com/almende/vis/pull/2618 Related to: https://github.com/almende/vis/pull/2620 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 414327c7..a5fe23ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,6 +9,7 @@ If you have any *general question* on how to use the vis.js library in your own If you really want to open a new issue: * Please use the [search functionality](//github.com/almende/vis/issues) to make sure that there is not already an issue concerning the same topic. * Please make sure to **mention which module** of vis.js (network, timeline, graph3d, ...) your are referring to. +* Note that development happens on the `develop` git branch. Be sure to submit PRs against this branch. * If you think you found a bug please **provide a simple example** (e.g. on [jsbin](jsbin.com)) that demonstrates the problem. * If you want to propose a feature-request please **describe what you are looking for in detail**, ideally providing a screenshot, drawing or something similar. * **Close the issue later**, when the issue is no longer needed.