How to contribute
FoliCon is an open-source project, and we welcome contributions from the community. This guide explains how to contribute to FoliCon.
FoliCon has a lot of potential, and for that, we need your help.
Before you start
FoliCon is written in C# and uses WPF for the UI.
Before building FoliCon, you'll need the following APIs:
Then, you'll need to create a file called AppConfig.json
in the FoliCon
folder. With the structure given below, you will be guided to it on first Run, so you can also skip manual creation.
{
"DevClientID": "Your_DeviantArt_Client_ID_here",
"DevClientSecret": "Your_DeviantArt_Client_Secret_here",
"TMDBKey": "Your_TMDB_API_here",
"IgdbClientId": "Your_IGDB_Client_ID_here",
"IgdbClientSecret": "Your_Client_Secret_API_here"
}
Ways to contribute
Discussion for feature requests and bugs
FoliCon uses GitHub issues to track bugs and feature requests.
Please search the existing issues before filing new issues to avoid duplicates. FoliCon Feature discussions are done on the Discussions page.
Last modified: 24 July 2024