From 826f30d1433ea38009745afd8ce0ca8099b923ad Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Fri, 23 Mar 2018 08:52:03 +0100 Subject: [PATCH 1/6] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..aee9128 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +Thanks for submitting an issue! + +* If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that + would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. +* If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal + code or steps to reproduce the problem. +* If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in + the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you + would have loved to find in the first place. + +## Versions + +* Bonobo version: + + `bonobo version --all` + +* Python version: + + `python -c "import platform,sys; print(platform.python_implementation() + ' ' + sys.version)")` + +* Platform: + + `uname -a` + `/etc/lsb-release` + ... + From f2cde7880484814d7efe4c5e15544718e6ed92c5 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Fri, 23 Mar 2018 08:52:34 +0100 Subject: [PATCH 2/6] Create CONTRIBUTING.md --- .github/CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..aee9128 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,26 @@ +Thanks for submitting an issue! + +* If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that + would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. +* If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal + code or steps to reproduce the problem. +* If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in + the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you + would have loved to find in the first place. + +## Versions + +* Bonobo version: + + `bonobo version --all` + +* Python version: + + `python -c "import platform,sys; print(platform.python_implementation() + ' ' + sys.version)")` + +* Platform: + + `uname -a` + `/etc/lsb-release` + ... + From b84bd5d43fac08a82e7080c040861afeaf9aec1d Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Fri, 23 Mar 2018 08:53:24 +0100 Subject: [PATCH 3/6] Delete CONTRIBUTING.md --- .github/CONTRIBUTING.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index aee9128..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,26 +0,0 @@ -Thanks for submitting an issue! - -* If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that - would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. -* If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal - code or steps to reproduce the problem. -* If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in - the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you - would have loved to find in the first place. - -## Versions - -* Bonobo version: - - `bonobo version --all` - -* Python version: - - `python -c "import platform,sys; print(platform.python_implementation() + ' ' + sys.version)")` - -* Platform: - - `uname -a` - `/etc/lsb-release` - ... - From 90d709d1515f2bf1dc8490768f012c4aac3be5d5 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Fri, 23 Mar 2018 08:53:44 +0100 Subject: [PATCH 4/6] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index aee9128..c86af5a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,8 +2,10 @@ Thanks for submitting an issue! * If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. + * If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal code or steps to reproduce the problem. + * If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you would have loved to find in the first place. From cb972d4a54c1184fd5ae44abbfc0a157dbb17a6d Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Fri, 23 Mar 2018 08:54:09 +0100 Subject: [PATCH 5/6] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c86af5a..246d556 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,14 +1,10 @@ Thanks for submitting an issue! -* If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that - would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. +* If this is a **feature request**, please make sure you explain the context, the goal, and why it is something that would go into bonobo core. Drafting some bits of spec is a good idea too, even if it's very draft-y. -* If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal - code or steps to reproduce the problem. +* If this is a **bug report**, make sure you describe the expected and actual behaviour, eventually some minimal code or steps to reproduce the problem. -* If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in - the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you - would have loved to find in the first place. +* If this is a **question**, please post it on slack overflow, and simply paste the question URL in an issue or in the slack channel. Also, when you get an answer, please consider contributing back the bits of documentation you would have loved to find in the first place. ## Versions From d7513943a1677c7ea3caa9d16dd741dcbcdce0b2 Mon Sep 17 00:00:00 2001 From: Ben Rudolph Date: Mon, 26 Mar 2018 17:29:50 -0700 Subject: [PATCH 6/6] Remove paren --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 246d556..7397dd6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,7 +14,7 @@ Thanks for submitting an issue! * Python version: - `python -c "import platform,sys; print(platform.python_implementation() + ' ' + sys.version)")` + `python -c "import platform,sys; print(platform.python_implementation() + ' ' + sys.version)"` * Platform: