Property definitions

nitc $ CmdContribFile :: defaultinit
# Cmd that finds the contributing file related to an `mentity`
class CmdContribFile
	super CmdEntityFile

	redef var file_names = ["CONTRIBUTING", "CONTRIBUTING.md", "CONTRIBUTING.txt"]
	redef fun throw_warning do return new WarningNoContribFile(mentity.as(not null))
end
src/doc/commands/commands_ini.nit:339,1--345,3