mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 06:20:35 +00:00
Added bounties. Updated shared-bulma-theme.
This commit is contained in:
parent
b1c664df89
commit
352bd98ae5
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
14
site/content/bounties.md
Normal file
14
site/content/bounties.md
Normal file
|
@ -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.
|
86
site/data/bounties.json
Normal file
86
site/data/bounties.json
Normal file
|
@ -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
|
||||
}
|
||||
]
|
|
@ -1 +1 @@
|
|||
Subproject commit a3b647313c9ae1e082dddd8c6f28948108b1508c
|
||||
Subproject commit 1c66cdf28df960e189f27f01ca5f0077c3e38100
|
Loading…
Reference in a new issue