-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update documentation * Add more glasses and piercings * Adjust glasses colors. * Update documenation with some links * Updating link in README.md * Finalize changes to docs * Add glasses emoji to slider handle * Add hijab, turban, and yarmulke * Add additional emoji (some aren't working) and move controls into accordion (unstyled) * Fix nose piercing position * Fix nose piercing position (more) * Hopefully make the hijab look more natural * Add Friendly Faces logo. * Start work on major JS refactor * Update package-lock.json * Update index.html to match master * Add logos to match master * Add dynamic controls generation - Refactor almost all javascript to rely on JSON object found in /js/src/options/ directory - Modified HTML file for correct site name - Set release version in package.json to 0.9.0 prior to push to stable * Update mobile behavior * Update readme with completed feature requests and add new feature request for shareable URL) * Set face accordion to be open by default * Update accordion styles * Add transition duration for face container to handle transition from circle to square * Style accordion * Test Save Image PHP Script * Fix issue with sectionCount variable not being global * Fix save_image.php * 🐛 Fix: Mobile Download Issue Fixes issues with avatar downloading as unspecified filetype on mobile devices. * 🐛 Fix: Download as application/octet-stream Download now initializes a download instead of opening image in a new tab * 🎨 Style: Remove focus outline from collapse toggles * Debugging avatar download * Address syntax error in main.scss * 🐛 Fix: Download href now the right value * Debug issue with download.php * 🐛 Fix download.php * Attempting to disable the button temporarily for download * Debug * Turn border radius back on * Testing FileSaver.js integration * Fix: blob.js not loading * Remove allowTaint setting * Fix issue with FileSaver and Blob * add $link declaration * Fixing download link click event * Fix: Syntax error in js * Fix: Images downloading mid css animation - Remove CSS transition property until another method can be established * Fix: Re-enable download button after download * Save image to generated directory for later use * Removing deprecated files * debug saveAvatar * Update hair images * Update headcovering colors * Update eyebrow colors * Update beard colors * Add more skin tones * Update head covering variable * Add eye colors * 🐎 Add image optimization to Gulpfile.js - Add gulp-imagemin to optimize files - Move images to /img/src - Final images will be in /img/dist * Add eye color as a control * Try to resolve merge conflict with eye psd * Move new eye images into correct director * Fixing files * Fix naming issue for eye images * Refine eye graphics * Update readme * Update version number to the big one point oh! * Add function to retrieve image list * Adding preload functions file * Debug issue with preload * Debug issue with preload: 2 * Fix: Issue with php script * 🐎 Add image preloading and progress bar * 🍬 Feature: Add multiple size download (PR #38) - Address Feature Request #36 - Adds button group with Large/Medium/Small options - Fixes issue with generated - Address Bug #37 * Version 1.0.1 Preflight
- Loading branch information
1 parent
5c909a8
commit 7ae601f
Showing
449 changed files
with
5,982 additions
and
922 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers. | |
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All | ||
reported by contacting the project team at [[email protected]](mailto:[email protected]?subject=ClickPop%2Ffacecreator%3A%20Code%20of%20Conduct%20Violation%20Report). All | ||
complaints will be reviewed and investigated and will result in a response that | ||
is deemed necessary and appropriate to the circumstances. The project team is | ||
obligated to maintain confidentiality with regard to the reporter of an incident. | ||
|
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,19 +1,19 @@ | ||
# Contributing to Face Creator | ||
:+1::tada: **First off, thanks for taking the time to contribute** :tada::+1: | ||
|
||
The following is a set of guidelines for contributing to Face Creator, which is hosted in the [cvasquez/facecreator](https://github.com/cvasquez/facecreator) repository on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. | ||
The following is a set of guidelines for contributing to Face Creator, which is hosted in the [ClickPop/facecreator](https://github.com/ClickPop/facecreator) repository on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. | ||
|
||
## Code of Conduct | ||
|
||
This project and everyone contributing in it is governed by our [Code of Conduct](CODE_OF_CONDUCT.md). As a contributor, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]?subject=cvasquez%2Ffacecreator%3A%20Code%20of%20Conduct%20Violation%20Report). | ||
This project and everyone contributing in it is governed by our [Code of Conduct](CODE_OF_CONDUCT.md). As a contributor, you are expected to uphold this code. Please report unacceptable behavior to [[email protected]](mailto:[email protected]?subject=ClickPop%2Ffacecreator%3A%20Code%20of%20Conduct%20Violation%20Report). | ||
|
||
## How Can I Contribute | ||
|
||
### Reporting Bugs | ||
|
||
This section guides you through submitting a bug report for Face Creator. Following these guidelines helps the maintainers and the community understand your report :pencil:, reproduce the behavior :computer: :computer:, find related reports :mag_right:, and [hopefully/ultimately] fix them :tada::balloon:. | ||
This section guides you through submitting a bug report for Face Creator. Following these guidelines helps the maintainers and the community understand your report :pencil:, reproduce the behavior :computer: :computer:, find related reports :mag_right:, and *hopefully/ultimately* fix them :tada::balloon:. | ||
|
||
**Before submitting an issue**, please do a [cursory search][issues] to ensure the problem has not already been submitted. **If one has been created, and it is still open**, add a comment to the existing report instead of creating a new one. If no similar issue can be found, please fill out [the required template](ISSUE_TEMPLATE.md), and [submit it here][new-issue]. | ||
**Before submitting an issue**, please do a [cursory search][issues] to ensure the problem has not already been submitted. **If one has been created, and it is still open**, add a comment to the existing report instead of creating a new one. If no similar issue can be found, please fill out [the required template][new-issue], add a descriptive title, and submit the bug report. | ||
|
||
> **Note:** When creating your report, please use a clear and descriptive title to identify the problem. | ||
|
@@ -25,7 +25,7 @@ When submitting your issue, be sure to include as much information about how the | |
|
||
This section guides you through submitting an enhancement suggestion for Face Creator, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:. | ||
|
||
**Before submitting a suggestion**, please do a [cursory search][issues] to ensure a similar suggestion has not already been submitted. **If one has been created, and it is still open**, add a comment to the existing request instead of creating a new one. If no similar request can be found, please fill out [the required template](SUGGESTION_TEMPLATE.md), and [submit it here][new-issue]. | ||
**Before submitting a suggestion**, please do a [cursory search][issues] to ensure a similar enhancement has not already been suggested. **If one has been created, and it is still open**, add a comment to the existing request instead of creating a new one. If no similar request can be found, please fill out [the required template][new-feature], add a descriptive title, and submit the enhancement request. | ||
|
||
> **Note:** When creating a request, please use a clear and descriptive title to identify the suggestion. | ||
|
@@ -44,4 +44,5 @@ The following guides will be coming soon: | |
> **Note:** Check back frequently, we update a lot! | ||
[issues]:https://github.com/cvasquez/facecreator/issues | ||
[new-issue]:https://github.com/cvasquez/facecreator/issues/new | ||
[new-issue]:https://github.com/ClickPop/facecreator/issues/new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D | ||
[new-feature]:https://github.com/ClickPop/facecreator/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=%5BFEATURE%5D |
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.