The test directory has a number of subdirectories that could use some explanation. It is probably a good idea to add a README to that directory to explain what each subdirectory is and whether or not the tests in that directory get run on the continuous integration server or not. (Look at the test-ci task in the Makefile to find out.)
I'm labeling this good first contribution even though a first-time contributor might not know what all the directories are. Don't worry about it, First Time Contributor! Just take your best guess after perusing the test files in each directory for a little bit and any mistakes will get sorted out in the pull request conversation.
The
testdirectory has a number of subdirectories that could use some explanation. It is probably a good idea to add aREADMEto that directory to explain what each subdirectory is and whether or not the tests in that directory get run on the continuous integration server or not. (Look at thetest-citask in the Makefile to find out.)I'm labeling this
good first contributioneven though a first-time contributor might not know what all the directories are. Don't worry about it, First Time Contributor! Just take your best guess after perusing the test files in each directory for a little bit and any mistakes will get sorted out in the pull request conversation.