Fixed markdown files
This commit is contained in:
parent
cf66c30e98
commit
67cbab042c
3 changed files with 27 additions and 14 deletions
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
@ -3,10 +3,12 @@
|
|||
We'd be really happy to get more people involved in the project! If you want to help, please follow these guidelines.
|
||||
|
||||
If you haven't already, come find us in one of these platforms:
|
||||
|
||||
* [Amiberry MeWe page](https://mewe.com/p/amiberry)
|
||||
|
||||
* [Amiberry Facebook page](https://fb.me/amiberry.emulator)
|
||||
|
||||
## Did you find a bug?
|
||||
## If you found a bug
|
||||
|
||||
Bug reporting is an important part of making Amiberry better. If you believe you have found a bug, then please follow these steps:
|
||||
|
||||
|
@ -49,4 +51,3 @@ on something similar, or perhaps this change could create a problem you haven't
|
|||
* Please use the relevant **pull request template** when submitting a PR.
|
||||
|
||||
* Please ensure that all your commits are atomic (one feature per commit).
|
||||
|
||||
|
|
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -9,9 +9,13 @@ A clear and concise description of what the bug is.
|
|||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
1. Go to '...'
|
||||
|
||||
2. Click on '....'
|
||||
|
||||
3. Scroll down to '....'
|
||||
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
|
@ -21,15 +25,22 @@ A clear and concise description of what you expected to happen.
|
|||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
- OS: [e.g. iOS]
|
||||
|
||||
- Browser [e.g. chrome, safari]
|
||||
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
- Device: [e.g. iPhone6]
|
||||
|
||||
- OS: [e.g. iOS8.1]
|
||||
|
||||
- Browser [e.g. stock browser, safari]
|
||||
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Visual Studio solution using VC++ for Linux.
|
||||
Visual Studio solution using VC++ for Linux
|
||||
===========================================
|
||||
|
||||
With this solution you can use Visual Studio to edit the sources, remote debug and remote build the project running on a Pi.
|
||||
For now, no cross compilation is supported in this project but if that is added from Microsoft in the future this solution will be updated accordingly.
|
||||
|
||||
|
@ -9,7 +10,7 @@ If you want to use Intellisense, you will need to copy the include files from th
|
|||
|
||||
You will need Visual Studio 2015 or later and VC++ for Linux installed.
|
||||
Look here for more information on VC++ for Linux:
|
||||
https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/
|
||||
<https://blogs.msdn.microsoft.com/vcblog/2016/03/30/visual-c-for-linux-development/>
|
||||
|
||||
Here you can find a demo video of Linux Development with C++:
|
||||
https://channel9.msdn.com/Series/Visual-Studio-2017-Demo-Videos/Visual-Studio-2017-Linux-Development-with-C
|
||||
<https://channel9.msdn.com/Series/Visual-Studio-2017-Demo-Videos/Visual-Studio-2017-Linux-Development-with-C>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue