Skip to content

Commit 7458956

Browse files
authored
Merge pull request #13 from RISC-OS-Community/develop
cumulative merge of changes from Develop to Main branch
2 parents 43c3b76 + dea568a commit 7458956

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,11 @@ If you fear having to learn git or if you just want to help us with reviewing do
149149
The Android/Apple GitHub application makes it very easy to interact with us and provide your contribution without the need to learn git!
150150
Have a look in your device' on-line store for the GitHub application published by GitHub.
151151

152+
# We now have a repo dedicated to Everything Coding on RISC OS
153+
154+
The repo is maintained and updated to collect resources to help everyone (from absolute beginners till experienced developers) to learn and/or improve codign skills on RISC OS.
155+
156+
You can find the repo [here](https://github.com/RISC-OS-Community/CodingOnRISC-OS)
157+
152158
So no excuses! ;-)
153159

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ The repository is organised in multiple levels:
1212
* [Ideas](doc/RISCOSCodingMeetingsIdeas.md) for meetings (we provide Zoom based monthly meetings with presentations on everything coding on RISC OS)
1313
* [Forums](doc/RISCOSCodingForums.md) where to ask questions related to code on RISC OS
1414
* [RISC OS Coding meetings](doc/RISCOSCodingMeetings.md) material
15+
* Useful [Code Snippets](src) organised by programming language and features.
1516

1617
## Contributing
1718

1819
Everyone is welcome to help us to improve the resources list and have more ideas for the meetings as well as let us know if you're willing to commit to provide courses, presentations and/or sharing your experience of coding on RISC OS.
1920

2021
### How to contribute
2122

22-
Follow the general instructions [here](CONTRIBUTING.md) and update the docs in `doc` directories as you feel appropriate. When done request a `Pull Reuqest` so we can review your changes and approve them, thanks!
23+
Follow the general instructions [here](CONTRIBUTING.md) and update the docs in `doc` directories as you feel appropriate. When done open a `Pull Request` to the `develop` branch and ask for a review from `RISC-OS-Community/code-reviews-team` so we can review your changes and approve them, thanks!
24+
25+
Also make sure you have read the Code of Conduct [here](CODE_OF_CONDUCT.md), thanks.
2326

2427
Enjoy! :)

src/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Code Snippets
2+
3+
In this section we are collecting some useful code snippets that may help coding on RISC OS in various languages.
4+
5+
Each set of code snippets is organised by programming language name:
6+
7+
```
8+
src
9+
|
10+
+-- BBC BASIC
11+
|
12+
+-- RiscLua
13+
|
14+
.
15+
.
16+
.
17+
```
18+
And, within the Language group they may be organised by activity, like:
19+
20+
- WIMP examples
21+
- Drawing sprites
22+
- Using Draw format
23+
- Toolbox Gadgets
24+
25+

0 commit comments

Comments
 (0)