Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit af79707

Browse files
committed
Add a link to the contributing doc from the main README, then exclude the contributing doc from git archives
1 parent 3801057 commit af79707

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.* export-ignore
22
composer.* export-ignore
3+
CONTRIBUTING.md export-ignore
34
phpcs.* export-ignore
45
phpunit.* export-ignore
56
tests export-ignore

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ This command does the opposite of `migrate`, looping through the orders table an
7070
<dt>batch</dt>
7171
<dd>The batch number to start from when migrating data. Default is 1.</dd>
7272
</dl>
73+
74+
## Contributing
75+
76+
If you're interested in contributing to the development of the plugin or need to report an issue, please [see the contributing guidelines for the project](https://github.com/liquidweb/woocommerce-custom-orders-table/blob/develop/CONTRIBUTING.md).

0 commit comments

Comments
 (0)