forked from x97mdr/pickles
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
126 additions
and
265 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Guidelines for Contributors | ||
|
||
Pickles is a volunteer effort. We encourage you to pitch in! | ||
|
||
## To Contribute Code | ||
|
||
- Fork the `Pickles` repository | ||
- Create your code | ||
- Send a pull request. | ||
|
||
## To Contribute Documentation | ||
|
||
- Fork the `doc` repository | ||
- Write documentation | ||
- If you add a new page, you need to add a reference to it in `mkdocs.yml` | ||
- Send a pull request | ||
|
||
## To Request a Feature | ||
|
||
- Create an issue. | ||
|
||
## To Ask a Question | ||
|
||
- Create an issue. | ||
|
||
## To Report a Bug | ||
|
||
- Create an issue | ||
- Describe steps to reproduce the bug | ||
- If at all possible, attach feature file(s) that cause the bug. In most cases you can remove the steps from the scenarios in order to protect your intellectual property. |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@echo off | ||
set "picklesVersion=2.0.2" | ||
set "picklesVersion=2.0.3" | ||
|
||
cls | ||
|
||
|
Binary file not shown.
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,52 @@ | ||
<GhostDoc> | ||
<IgnoreFilePatterns> | ||
<IgnoreFilePattern>*.min.js</IgnoreFilePattern> | ||
<IgnoreFilePattern>jquery*.js</IgnoreFilePattern> | ||
</IgnoreFilePatterns> | ||
<SpellChecker> | ||
<IncludeExtensions> | ||
</IncludeExtensions> | ||
<IgnoreExtensions> | ||
</IgnoreExtensions> | ||
<IgnoreFiles> | ||
</IgnoreFiles> | ||
</SpellChecker> | ||
<HelpConfigurations selected="HelpFile"> | ||
<HelpConfiguration name="HelpFile"> | ||
<OutputPath>.\Help</OutputPath> | ||
<CleanupOutputPath>true</CleanupOutputPath> | ||
<HelpFileName>Pickles</HelpFileName> | ||
<ImageFolderPath /> | ||
<Theme /> | ||
<HtmlFormats> | ||
<HtmlHelp>true</HtmlHelp> | ||
<MSHelpViewer>false</MSHelpViewer> | ||
<MSHelp2>false</MSHelp2> | ||
<Website>false</Website> | ||
</HtmlFormats> | ||
<IncludeScopes> | ||
<Public>true</Public> | ||
<Internal>false</Internal> | ||
<Protected>false</Protected> | ||
<Private>false</Private> | ||
<Inherited>true</Inherited> | ||
<InheritedFromReferences>true</InheritedFromReferences> | ||
<EnableTags>false</EnableTags> | ||
<TagList /> | ||
<AutoGeneratedDocs /> | ||
<DocsThatRequireEditing /> | ||
</IncludeScopes> | ||
<SyntaxLanguages> | ||
<CSharp>true</CSharp> | ||
<VisualBasic>true</VisualBasic> | ||
<CPlusPlus>true</CPlusPlus> | ||
</SyntaxLanguages> | ||
<ResolveCrefLinks>true</ResolveCrefLinks> | ||
<HeaderText /> | ||
<FooterText /> | ||
<SelectedProjects /> | ||
</HelpConfiguration> | ||
</HelpConfigurations> | ||
<GeneralProperties> | ||
</GeneralProperties> | ||
</GhostDoc> |
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