Update README and issue template.
This commit is contained in:
parent
f0aae00e4f
commit
7247c26725
|
@ -1,5 +1,7 @@
|
|||
<!--
|
||||
# IF YOU HAVE A QUESTION THAT ISN'T A BUG REPORT, GO TO https://reddit.com/r/xenia
|
||||
# THIS IS NOT A SUPPORT FORUM! For support go here:
|
||||
# Xenia Discord (#help) - https://discord.me/xenia-emulator
|
||||
# /r/xenia (questions thread) - https://www.reddit.com/r/xenia/
|
||||
#
|
||||
# DO NOT CREATE ISSUES ABOUT SPECIFIC GAMES IN THIS REPOSITORY!
|
||||
# a game specific issue would be e.g. "Game X crashes after you hit a character a certain way"
|
||||
|
@ -15,4 +17,4 @@
|
|||
|
||||
[//]: # (If applicable, provide a callstack here - esp. for crashes)
|
||||
|
||||
[//]: # (If applicable, upload a logfile and link it here)
|
||||
[//]: # (If applicable, upload a logfile and link it here)
|
||||
|
|
12
README.md
12
README.md
|
@ -17,7 +17,7 @@ For developer chat join `#dev` but stay on topic. Lurking is not only fine, but
|
|||
Please check the [frequently asked questions](https://xenia.jp/faq/) page before
|
||||
asking questions. We've got jobs/lives/etc, so don't expect instant answers.
|
||||
|
||||
Discussing illegal activities will get you banned. No warnings.
|
||||
Discussing illegal activities will get you banned.
|
||||
|
||||
## Status
|
||||
|
||||
|
@ -82,11 +82,12 @@ is wide open greenfield fun.
|
|||
Fixes and optimizations are always welcome (please!), but in addition to
|
||||
that there are some major work areas still untouched:
|
||||
|
||||
* Help work through [missing functionality/bugs in games](https://github.com/xenia-project/xenia/labels/compat)
|
||||
* Add input drivers for [PS4 controllers](https://github.com/xenia-project/xenia/issues/60) (or anything else)
|
||||
* Help work through [missing functionality/bugs in games](https://github.com/xenia-project/xenia/issues?labels=compat)
|
||||
* Add input drivers for [DualShock4 (PS4) controllers](https://github.com/xenia-project/xenia/issues/60) (or anything else)
|
||||
* Skilled with Linux? A strong contributor is needed to [help with porting](https://github.com/xenia-project/xenia/labels/cross%20platform)
|
||||
|
||||
See more projects [good for contributors](https://github.com/xenia-project/xenia/labels/good%20first%20issue). It's a good idea to ask on Discord/check the issues before beginning work on something.
|
||||
See more projects [good for contributors](https://github.com/xenia-project/xenia/labels/good%20first%20issue). It's a good idea to ask on Discord and check the issues page before beginning work on
|
||||
something.
|
||||
|
||||
## FAQ
|
||||
|
||||
|
@ -94,5 +95,4 @@ For more see the main [frequently asked questions](https://xenia.jp/faq/) page.
|
|||
|
||||
### Can I get an exe?
|
||||
|
||||
Check [Appveyor's artifacts](https://ci.appveyor.com/project/benvanik/xenia/build/artifacts) to see
|
||||
what's there.
|
||||
[Master (Vulkan)](https://ci.appveyor.com/api/projects/benvanik/xenia/artifacts/xenia-master.zip?branch=master&job=Configuration%3A%20Release&pr=false)
|
||||
|
|
Loading…
Reference in New Issue