From 352bd98ae51152c0b4f80f49ca60a3e3e2dc7007 Mon Sep 17 00:00:00 2001 From: "chris062689@gmail.com" Date: Wed, 2 Jan 2019 20:25:57 -0500 Subject: [PATCH] Added bounties. Updated shared-bulma-theme. --- gulpfile.js | 2 +- site/content/bounties.md | 14 ++++++ site/data/bounties.json | 86 ++++++++++++++++++++++++++++++++++ site/themes/shared-bulma-theme | 2 +- 4 files changed, 102 insertions(+), 2 deletions(-) create mode 100644 site/content/bounties.md create mode 100644 site/data/bounties.json diff --git a/gulpfile.js b/gulpfile.js index c6138cd3..a900f227 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -87,7 +87,7 @@ gulp.task('final:serve', (done) => { gulp.watch('site/**/*.html', gulp.series('hugo')); gulp.watch('site/**/*.md', gulp.series('hugo')); - gulp.watch('build/**/*').on('change', function() { + gulp.watch('build/**/*.html').on('change', function(x) { browserSync.reload(x); }); diff --git a/site/content/bounties.md b/site/content/bounties.md new file mode 100644 index 00000000..563e4092 --- /dev/null +++ b/site/content/bounties.md @@ -0,0 +1,14 @@ +--- +title: Bounties +layout: bounties +--- + +Below are the active bounties for yuzu. Want to request a bounty? +Message one of our moderators or developers. + +### How does the process work? +Payments are to be sent via Paypal from the requester to the developer who opened the pull request, at the time the pull request has been opened. + +The requester then confirms the feature is complete via the latest version of Canary that has this pull request merged. + +The requester may set additional stipulations on the bounty (noted in the description field(s) below. \ No newline at end of file diff --git a/site/data/bounties.json b/site/data/bounties.json new file mode 100644 index 00000000..36080cac --- /dev/null +++ b/site/data/bounties.json @@ -0,0 +1,86 @@ +[ + { + "DateSubmitted": "11-20-2018", + "DateExpires": "03-01-2019", + "Developer": null, + "Status": "Unassigned", + "Requester": "Jon S", + "Amount": "$300 USD", + "Description": "Fix major rendering issues with BOTW (should look pretty good, can still be minor issues, e.g. like SMO is today. Does not include performance)", + "PaymentStatus": null, + "DeveloperResponse": null + }, + { + "DateSubmitted": "11-20-2018", + "Developer": "Rodrigo", + "Status": "Completed", + "Requester": "Flame Sage", + "Amount": "$25 USD", + "Description": "Fix text in Pokemon Let's Go games.", + "PaymentStatus": "Paid", + "DeveloperResponse": "Fixed by PR 1961" + }, + { + "DateSubmitted": "12-10-2018", + "DateExpires": "01-10-2019", + "Developer": "Rodrigo", + "Status": "Pending Payment", + "Requester": "Marie", + "Amount": "$150 USD", + "Description": "Fix text in Pokemon Let's Go games.", + "PaymentStatus": "Pending Payment", + "DeveloperResponse": "Fixed by PR 1961" + }, + { + "DateSubmitted": "11-20-2018", + "Developer": null, + "Status": "Unassigned", + "Requester": "Flame Sage", + "Amount": "$50 USD", + "Description": "Fix softlocks in Pokemon Let's Go games.", + "PaymentStatus": null, + "DeveloperResponse": null + }, + { + "DateSubmitted": "11-20-2018", + "Developer": null, + "Status": "Unassigned", + "Requester": "Flame Sage", + "Amount": "$50 USD", + "Description": "Get Octopath Traveller in-game working through the first introduction tutorial without major graphical glitches or freezes.", + "PaymentStatus": null, + "DeveloperResponse": null + }, + { + "DateSubmitted": "11-21-2018", + "Developer": null, + "Status": "Unassigned", + "Requester": "Wes", + "Amount": "$50 USD", + "Description": "Fix random black screens on Ultra Street Fighter 2.", + "PaymentStatus": null, + "DeveloperResponse": null + }, + { + "DateSubmitted": "12-10-2018", + "DateExpires": "03-03-2019", + "Developer": null, + "Status": "Unassigned", + "Requester": "Marie", + "Amount": "$50 USD", + "Description": "Fix crashes on OpenGL 4.4 Integrated GPUs", + "PaymentStatus": null, + "DeveloperResponse": null + }, + { + "DateSubmitted": "12-10-2018", + "DateExpires": "06-15-2019", + "Developer": null, + "Status": "Unassigned", + "Requester": "Marie", + "Amount": "$50 USD", + "Description": "Fix core timing issues in Snipperclips, Cut it out Together!", + "PaymentStatus": null, + "DeveloperResponse": null + } +] \ No newline at end of file diff --git a/site/themes/shared-bulma-theme b/site/themes/shared-bulma-theme index a3b64731..1c66cdf2 160000 --- a/site/themes/shared-bulma-theme +++ b/site/themes/shared-bulma-theme @@ -1 +1 @@ -Subproject commit a3b647313c9ae1e082dddd8c6f28948108b1508c +Subproject commit 1c66cdf28df960e189f27f01ca5f0077c3e38100