meilisearch / template-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template repository

Description

In this repo you'll find the basic files all MeiliSearch repositories should contain at the root directory. Note that these templates are very generic, please modify them according to the particularities and requirements of your project.

Which files require modifications?

  • Open source license: the year should be changed
  • README: changes required
  • Contributing guidelines: changes required
  • Pull request template: may require changes
  • Issue templates: may require changes
  • Code of conduct : no changes required
  • Security policy: no changes required
File Changes required
Open source license πŸ“
README πŸ“
Contributing guidelines πŸ“
Pull request template πŸ“
Issue templates πŸ“
Code of conduct 🚫
Security policy 🚫

General guidelines

About the README

In your README, try to answer the following questions:

  • What does this project do?
  • Why is this project useful?
  • How do I get started?
  • Where can I get more help, if I need it?
  • Link to the contributing guidelines
  • Link to the license

About the CONTRIBUTING

Consider adding the following elements to your contributing guidelines:

  • Welcome and thank contributors
  • Table of contents (if your file is long)
  • Prerequisites (if any)
  • Links to important ressources
  • How to contribute (PR protocol...)
  • Where to ask for help

About the issue and PR templates

Issue and PR templates are located in the .github/ directory. Project contributors will automatically see the templates' contents in the issue or the PR body. You can learn more about issue and PR templates in the GitHub documentation.

Contributing to this template repository

There's always place for improvement! Please create an issue and / or submit a PR. Any suggestion or feedback is highly appreciated.

Aknowledgements

This template is inspired by the following resources:

About

License:MIT License