Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create the core of the project #11

Closed
6 tasks done
Tracked by #29
alallema opened this issue Apr 25, 2023 · 1 comment · Fixed by #44
Closed
6 tasks done
Tracked by #29

Create the core of the project #11

alallema opened this issue Apr 25, 2023 · 1 comment · Fixed by #44
Labels
enhancement New feature or request

Comments

@alallema
Copy link
Contributor

alallema commented Apr 25, 2023

Create the core of the project

Initialize the project by adding the needed tools:

  • .gitignore
  • LICENSE
  • bors
  • dependabot
  • ISSUE_TEMPLATE
  • meilisearch.pkr.hcl with only:
locals {
  timestamp = regex_replace(timestamp(), "[- TZ:]", "")
}

packer {
  required_plugins {
    amazon = {
      version = ">= 1.1.1"
      source = "github.com/hashicorp/amazon"
    }
  }
}
@brunoocasali
Copy link
Member

@alallema I will let you try to add bors by yourself, ok? If you have any problems, let me know!

@alallema alallema mentioned this issue May 1, 2023
Closed
16 tasks
@alallema alallema added the enhancement New feature or request label May 9, 2023
@alallema alallema linked a pull request May 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants