Improving the appdb website

Post issues, bugs, and feature requests about the various WineHQ websites to this forum.
Locked
Mukarrama
Newbie
Newbie
Posts: 2
Joined: Thu Nov 30, 2017 4:28 am

Improving the appdb website

Post by Mukarrama »

Where do I find the Git repository of the AppDB and how do I submit patches/pull requests?
User avatar
dimesio
Moderator
Moderator
Posts: 13201
Joined: Tue Mar 25, 2008 10:30 pm

Re: Improving the appdb website

Post by dimesio »

The AppDB git repository can be browsed from https://source.winehq.org/git/appdb.git/. Clone it with

Code: Select all

git clone git://source.winehq.org/git/appdb.git
The procedure for submitting patches is basically the same as for submitting patches to Wine, but start the subject line with [PATCH appdb] instead of just [PATCH]. https://wiki.winehq.org/Submitting_Patc ... ng_patches
Locked