Skip to content

Commit

Permalink
Merge pull request #196 from rjbs/contributing-layout
Browse files Browse the repository at this point in the history
contributing guidelines: fix the Markdown
  • Loading branch information
garu authored Jul 29, 2024
2 parents f3d86fc + 7dc6414 commit 394c9ff
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ is performed and/or merged into. When we make a release, we tag it.

To help you naviage the codebase, below is a rough project outline:

DDP.pm - an alias to Data::Printer;
Data/Printer.pm - initialization, main imported functions and output handling;
Data/Printer/Common.pm - shared code (string processing, try/catch, sorting, etc);
Data/Printer/Config.pm - rc file loading, option merging;
Data/Printer/Object.pm - stores options, dispatches data to active filters;
Data/Printer/Filter.pm - used in filters, exports the 'filter' command;
Data/Printer/Filter/*.pm - filters that print each data type;
Data/Printer/Theme.pm - handles color themes;
Data/Printer/Theme/*.pm - each contain a theme's color settings;
* DDP.pm - an alias to Data::Printer;
* Data/Printer.pm - initialization, main imported functions and output handling;
* Data/Printer/Common.pm - shared code (string processing, try/catch, sorting, etc);
* Data/Printer/Config.pm - rc file loading, option merging;
* Data/Printer/Object.pm - stores options, dispatches data to active filters;
* Data/Printer/Filter.pm - used in filters, exports the 'filter' command;
* Data/Printer/Filter/*.pm - filters that print each data type;
* Data/Printer/Theme.pm - handles color themes;
* Data/Printer/Theme/*.pm - each contain a theme's color settings;

#### Submitting your patch / pull request

Expand Down

0 comments on commit 394c9ff

Please sign in to comment.