forked from jywarren/image-sequencer
-
Notifications
You must be signed in to change notification settings - Fork 210
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
39 changed files
with
65,015 additions
and
43,964 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,35 @@ | ||
### Please describe the problem (or idea) | ||
|
||
> What happened just before the problem occurred? Or what problem could this idea solve? | ||
|
||
|
||
> What did you expect to see that you didn't? | ||
|
||
|
||
### Please show us where to look | ||
|
||
http://sequencer.publiclab.org... | ||
|
||
|
||
### What's your PublicLab.org username? | ||
|
||
> This can help us diagnose the issue: | ||
|
||
|
||
### Browser, version, and operating system | ||
|
||
> Many bugs are related to these -- please help us track it down and reproduce what you're seeing! | ||
|
||
**** | ||
|
||
## Thank you! | ||
|
||
Your help makes Public Lab better! We *deeply* appreciate your helping refine and improve this site. | ||
|
||
To learn how to write really great issues, which increases the chances they'll be resolved, see: | ||
|
||
https://publiclab.org/wiki/developers#Contributing+for+non-coders |
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,16 @@ | ||
Fixes #[Add issue number here.] | ||
|
||
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks! | ||
|
||
* [ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with `rake test` | ||
* [ ] code is in uniquely-named feature branch and has no merge conflicts | ||
* [ ] PR is descriptively titled | ||
* [ ] ask `@publiclab/reviewers` for help, in a comment below | ||
|
||
> We're happy to help you get this ready -- don't be afraid to ask for help, and **don't be discouraged** if your tests fail at first! | ||
If tests do fail, click on the red `X` to learn why by reading the logs. | ||
|
||
Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software | ||
|
||
Thanks! |
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 @@ | ||
# Configuration for welcome - https://github.com/behaviorbot/welcome | ||
|
||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: | | ||
Thanks for opening your first issue here! Please follow the issue template to help us help you 👍🎉😄 | ||
If you have screenshots to share demonstrating the issue, that's really helpful! 📸 You can [make a gif](https://www.cockos.com/licecap/) too! | ||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome | ||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: | | ||
Thanks for opening this pull request! `Dangerbot` will test out your code and reply in a bit with some pointers and requests. | ||
There may be some errors, **but don't worry!** We're here to help! 👍🎉😄 | ||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge | ||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: | | ||
Congrats on merging your first pull request! 🙌🎉⚡️ | ||
Your code will likely be published to https://sequencer.publiclab.org in the next few days. | ||
In the meantime, can you tell us your Twitter handle so we can thank you properly? | ||
Now that you've completed this, you can help someone else take their first step! | ||
See: [Public Lab's coding community!](https://code.publiclab.org) | ||
|
||
# It is recommended to include as many gifs and emojis as possible |
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,45 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
.DS_Store | ||
|
||
*.swp | ||
todo.txt | ||
test.js | ||
output.txt | ||
output/ | ||
|
||
examples/ | ||
icons/ | ||
|
||
.travis.yml | ||
Gruntfile.js | ||
yarn.lock |
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
Oops, something went wrong.