From 5cb4b35635e595828d6cd9508b9525184dc325b1 Mon Sep 17 00:00:00 2001 From: Olivier Robert Date: Mon, 2 Jul 2018 11:01:53 +0700 Subject: [PATCH 1/4] =?UTF-8?q?Update=20copyright=20year=20to=20teh=20curr?= =?UTF-8?q?ent=20year.=20Better=20later=20than=20never=20=C2=AF\=5F(?= =?UTF-8?q?=E3=82=B7)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 350971f..a62c3d1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2017 Nimbl3 Ltd. +Copyright (c) 2014-2018 Nimbl3 Ltd. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8c522ef..6867d17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Git Repository Template + Project repository template to set up all public projects at [Nimbl3](https://nimbl3.com) ## Usage @@ -9,7 +10,7 @@ Clone the repository ## License -This project is Copyright (c) 2014-2017 Nimbl3 Ltd. It is free software, +This project is Copyright (c) 2014-2018 Nimbl3 Ltd. It is free software, and may be redistributed under the terms specified in the [LICENSE] file. [LICENSE]: /LICENSE From 97e9b14437ff90bd47dcdab975b97ba2ca2846d7 Mon Sep 17 00:00:00 2001 From: Olivier Robert Date: Mon, 2 Jul 2018 11:02:35 +0700 Subject: [PATCH 2/4] Change community link to the newly added Github organization page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6867d17..40ed946 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ This project is maintained and funded by Nimbl3 Ltd. We love open source and do our part in sharing our work with the community! See [our other projects][community] or [hire our team][hire] to help build your product. -[community]: https://github.com/nimbl3 +[community]: https://nimbl3.github.io/ [hire]: https://nimbl3.com/ From 8e15a56dab6c994cf137a71530ff3c86a612baf7 Mon Sep 17 00:00:00 2001 From: Olivier Robert Date: Mon, 2 Jul 2018 11:08:29 +0700 Subject: [PATCH 3/4] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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 0000000..d394f27 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +https://github.com/nimble/git-template/issues/?? + +## What happened + +Describe the big picture of your changes here to communicate to the team why we should accept this pull request. + +## Insight + +Describe in details how to test the changes; referenced documentation is welcome as well. + +## Proof Of Work + +Show us the implementation: screenshots, gif, etc. From 2bbc361711b82865199b61a91fed1d400ab6eb5d Mon Sep 17 00:00:00 2001 From: Olivier Robert Date: Mon, 2 Jul 2018 11:14:37 +0700 Subject: [PATCH 4/4] Add issue template --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 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..49bfdb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +## Bug report + +Provide a brief summary of your issue **AND** if reporting a build issue include the version/build number. + +## Feature request + +Provide a brief summary of the new feature required. + +**Please note by far the quickest way to get a new feature is to file a Pull Request.**