Skip to content

Commit f9dd7ed

Browse files
authored
Merge pull request #3 from nimbl3/release/2.0.0
Release - 2.0.0
2 parents 2fb57e5 + 2bbc361 commit f9dd7ed

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.github/ISSUE_TEMPLATE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Bug report
2+
3+
Provide a brief summary of your issue **AND** if reporting a build issue include the version/build number.
4+
5+
## Feature request
6+
7+
Provide a brief summary of the new feature required.
8+
9+
**Please note by far the quickest way to get a new feature is to file a Pull Request.**

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
https://github.com/nimble/git-template/issues/??
2+
3+
## What happened
4+
5+
Describe the big picture of your changes here to communicate to the team why we should accept this pull request.
6+
7+
## Insight
8+
9+
Describe in details how to test the changes; referenced documentation is welcome as well.
10+
11+
## Proof Of Work
12+
13+
Show us the implementation: screenshots, gif, etc.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2017 Nimbl3 Ltd.
1+
Copyright (c) 2014-2018 Nimbl3 Ltd.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Git Repository Template
2+
23
Project repository template to set up all public projects at [Nimbl3](https://nimbl3.com)
34

45
## Usage
@@ -9,7 +10,7 @@ Clone the repository
910

1011
## License
1112

12-
This project is Copyright (c) 2014-2017 Nimbl3 Ltd. It is free software,
13+
This project is Copyright (c) 2014-2018 Nimbl3 Ltd. It is free software,
1314
and may be redistributed under the terms specified in the [LICENSE] file.
1415

1516
[LICENSE]: /LICENSE
@@ -23,5 +24,5 @@ This project is maintained and funded by Nimbl3 Ltd.
2324
We love open source and do our part in sharing our work with the community!
2425
See [our other projects][community] or [hire our team][hire] to help build your product.
2526

26-
[community]: https://github.com/nimbl3
27+
[community]: https://nimbl3.github.io/
2728
[hire]: https://nimbl3.com/

0 commit comments

Comments
 (0)