forked from icsharpcode/SharpZipLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Eliminate old versions of Mono from Travis CI * Add MacOSX as a build OS for Travis CI * Tweak AppVeyor YAML * Updated layout of README.md * Created .github directory for Issue & PR templates
- Loading branch information
Showing
7 changed files
with
80 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### Steps to reproduce | ||
1. | ||
2. | ||
3. | ||
|
||
### Expected behavior | ||
Tell us what should happen | ||
|
||
### Actual behavior | ||
Tell us what happens instead | ||
|
||
### Version of SharpZipLib | ||
|
||
### Obtained from (place an x between the brackets for all that apply) | ||
- [ ] Compiled from source | ||
- branch: _______ | ||
- commit: _______ | ||
- [ ] Downloaded DLL from GitHub | ||
- [ ] Downloaded DLL from SourceForge | ||
- [ ] Downloaded DLL from _______ | ||
- [ ] DLL included as part of | ||
- Package installed using: | ||
- [ ] NuGet | ||
- [ ] MyGet | ||
- [ ] Chocolatey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<!--- | ||
Please remember that unless we have a Joint Copyright Agreement on file or the following statement is in your pull request, we cannot accept it. | ||
--> | ||
_I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Contributing to SharpZipLib | ||
|
||
Thanks for helping to improve SharpZipLib. | ||
|
||
In order for your changes to be accepted you can either sign the [Joint Copyright Assignment](http://www.icsharpcode.net/TechNotes/JointCopyrightAssignment.pdf) or add the following statement to your pull request: | ||
|
||
_I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License._ | ||
|
||
Unless we have a Joint Copyright Agreement on file or this statement is in your pull request, we cannot accept it. | ||
|
||
More information is available on [joining the team](https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters