┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/HACKING.md
AgeCommit message (Collapse)Author
2019-06-23Improve README documentationNate Graham
Summary: Previously, README contained nothing but a link to userbase. A separate HACKING.md file had non-technical developer documentation, but nothing technical to guide people in the right direction. This patch consolidates all information in the README file and adds technical information about how to develop Dolphin. BUG: 408967 Test Plan: Just read it :) Reviewers: #documentation, #dolphin, yurchor Reviewed By: #documentation, yurchor Subscribers: yurchor, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D22025
2019-04-07Add HACKING file with 'Philosophy' paragraph from the Userbase pageElvis Angelaccio
https://userbase.kde.org/Dolphin has a 'Philosophy' paragraph (which used to be a page on dolphin.kde.org) explaining when a new feature should be added to dolphin. Userbase is a wiki aimed to actual user of our applications, while this information is aimed to dolphin developers who want to add a new feature to dolphin. Thus it is more appropriate to have this paragraph in the git repo.