Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hartviglarsen committed Nov 12, 2020
1 parent 0c78ee1 commit 22bcede
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,17 @@ And then each time you want to get the changes:

There's more information on how this works [here](http://robots.thoughtbot.com/post/5133345960/keeping-a-git-fork-updated)

## Community Area

As described in [README.md](README.md) parts of Our such as the karma leaderboard, current and previous MVPs, badges and Meetups has been moved to a new website. If you wish to help change, for example, the karma leaderboard, feel free to make a change to the data structure on Our and Umbraco will reflect the frontend changes on the new website.

These are the endpoints used:
- `/umbraco/api/badge/getbadgegroups` (`BadgeController.cs`)
- `/umbraco/api/mvp/getall` (`MvpController.cs`)
- `/umbraco/api/karma/getkarmastatistics` (`KarmaController.cs`)
- `/umbraco/api/blog/getall` (`BlogController`)
- `/umbraco/api/video/getall` (`VideoController.cs`)
- `/umbraco/api/meetup/index` (`MeetupController.cs`)

## Planning & discussions
Use [Github issues](https://github.com/umbraco/OurUmbraco/issues) for reporting and discussing issues.

0 comments on commit 22bcede

Please sign in to comment.