Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2022 at 11:50 UTC
Updated:
7 Oct 2022 at 13:54 UTC
Jump to comment: Most recent
We want to make it easier for people to create new source plugins and should offer some help and guidance on how to do so.
Try to create your own source plugin.
Add a readme file to the "Project Browser Devel" module as that has got the bare minimum skeleton to create a new plugin. Maybe adapt some comments and descriptions on that submodule to help users through the process.
Add a documentation page in the project's handbook.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fjgarlin commentedThis is almost the bare minimum code to create a new plugin. It includes a README file as well as an optional .install file.
Please review the code and the commends.
Comment #5
pontus.talvikarhu commentedI went through the steps, read through the code and docs, and it works and is intuitive enough that I could create a source of my own based on this.
Comment #6
chrisfromredfinThank you, Pontus and thanks for your first contribution to Project Browser!
Comment #8
chrisfromredfinThis will help our developers greatly!