Allow CONTRIBUTING.md file in sub folders
See original GitHub issueRelated to this discussion and here, we’re going to add a CONTRIBUTING.md
file. But right now tests fail when that happens, see #1925 and its failing build:
react-navigation_v1.x.x/CONTRIBUTING.md:
• Unexpected file name. This directory can only contain test files or a libdef file named `react-navigation_v1.x.x.js`.
That needs to be fixed before #1925 can be merged.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5 (5 by maintainers)
Top Results From Across the Web
markdown/CONTRIBUTING.md at master - GitHub
To create a new test case, create a .md file a .html with the same base name in the subfolders of the /tests...
Read more >Helpers for project setup with quillt
By default, it will be in reference sub directory for R Markdown related package ... use_contributing() : Add a CONTRIBUTING.md file in .github/...
Read more >How to Build a CONTRIBUTING.md
Start by making the structure of your project clean and welcoming, with folder titles that make sense, if you have several projects, consider...
Read more >Is there a way to create a folder-specific readme file in github?
Just put your README file in a subdirectory, and it will be displayed just like one in the root directory. For example, see...
Read more >How to Build a CONTRIBUTING.md - Best Practices
CONTRIBUTING.md will often reference the LICENSE.md., the README.md, and a human.txt file. You must create all the files you reference in your root...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’s the plan. I’ll probably get to it in a day or two. Thanks for pointing out the source!
Heh. So, eventually this was released to allow any file type in the subfolders, as long as they’re not test files.
@GAntoine correct?