diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index de239f2c5..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,17 +0,0 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -# More details are here: https://help.github.com/articles/about-codeowners/ - -# The '*' pattern is global owners. - -# Order is important. The last matching pattern has the most precedence. -# The folders are ordered as follows: - -# In each subsection folders are ordered first by depth, then alphabetically. -# This should make it easy to add new rules without breaking existing ones. - - -# Global Owner - -* @mapsandapps diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d836b1b44..c9f0475cf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -50,7 +50,7 @@ Please see our [Contributor Code of Conduct](./CODE_OF_CONDUCT.md) for informati 1. Run `npm start` from the root directory to start a local version of the icon test. 2. Modify the icon test as needed in the `index.html` file. - +3. If you are modifying icons, you can run `npm run build.files` to re-run the SVG optimization script to verify there are no changes after optimizing the SVG.