From 07d4c09ba4fc2f404390141ab572da59f532488e Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 17 Jan 2017 10:24:06 +0100 Subject: [PATCH 1/5] Add issue template for Github --- .github/ISSUE_TEMPLATE.md | 19 +++++++++++++++++++ 1 file changed, 19 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 00000000000..911baa7cb56 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,19 @@ +_Please use the following template to help us solving your issue._ + +## Issue details + +_Describe your issue. Please be specific (compilation error, runtime error, unexpected behavior, wrong results, etc.)._ + +## Source code + +_If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to reproduce the bug. If your issue arises from using a CGAL program (demo, example, etc.), please let us know which one. Helping you solving an issue is much easier and efficient if we can reproduce it._ + +## Environment + +* Operating system (Windows/Mac/Linux, 32/64 bits): +* Compiler: +* Release or debug mode +* Specific flags used (if any): +* CGAL version: +* Boost version: +* Other libraries versions if used (Eigen, TBB, etc.): From 9394c8e82799248eaceccc764fb3d32f1bad3526 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 17 Jan 2017 10:28:55 +0100 Subject: [PATCH 2/5] Add pull request template for Github --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..5519ab6da52 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +_Please use the following template to help us managing pull requests._ + +## Summary of Changes + +_Describe what your pull request changes to CGAL (this can be skipped if it solves an issue already in the tracker or if it is a Feature or Small Feature submitted to the CGAL Wiki)._ + +## Release Management + +* Affected package(s): +* Issue(s) solved (if any): +* Feature/Small Feature (if any): + From fd62ceeeb6fcce922d63dc4b37a82aab6baf0da0 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 17 Jan 2017 10:36:19 +0100 Subject: [PATCH 3/5] Add contributing file for Github --- .github/CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 00000000000..1220f431d4e --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# CGAL Resources + +* [Official CGAL website](http://www.cgal.org) +* [Online manual](http://doc.cgal.org/latest/Manual/index.html) +* [Guidelines for contributing](https://github.com/CGAL/cgal/wiki/Guidelines) +* [Mailing lists](http://www.cgal.org/mailing_list.html) From a037f7146e7b9bd69f2796dbf47e93fcaec113ca Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 17 Jan 2017 12:18:40 +0100 Subject: [PATCH 4/5] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 911baa7cb56..9aee9242a2c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,10 +1,10 @@ _Please use the following template to help us solving your issue._ -## Issue details +## Issue Details _Describe your issue. Please be specific (compilation error, runtime error, unexpected behavior, wrong results, etc.)._ -## Source code +## Source Code _If your issue arises by using CGAL in your own source code, please provide a minimalist example that we can compile easily to reproduce the bug. If your issue arises from using a CGAL program (demo, example, etc.), please let us know which one. Helping you solving an issue is much easier and efficient if we can reproduce it._ From 23790383bf2f87db0c84a469beff0dcef0e94b8f Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 17 Jan 2017 12:23:14 +0100 Subject: [PATCH 5/5] Update ISSUE_TEMPLATE.md --- .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 9aee9242a2c..be6342c5236 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,7 +12,7 @@ _If your issue arises by using CGAL in your own source code, please provide a mi * Operating system (Windows/Mac/Linux, 32/64 bits): * Compiler: -* Release or debug mode +* Release or debug mode: * Specific flags used (if any): * CGAL version: * Boost version: