question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow CONTRIBUTING.md file in sub folders

See original GitHub issue

Related 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
AndrewSouthpawcommented, Mar 7, 2018

That’s the plan. I’ll probably get to it in a day or two. Thanks for pointing out the source!

1reaction
AndrewSouthpawcommented, Apr 5, 2018

Heh. So, eventually this was released to allow any file type in the subfolders, as long as they’re not test files.

@GAntoine correct?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found