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

Mistakes fix + content update + contact infos updated #112

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

Sh3perd0
Copy link
Contributor

Summary

(If you have not already please refer to the contributing guideline as described
here
))

  • Tell us about the problem your pull request is solving.
  • Are there any open issues that are related to this?
  • Is this PR dependent on PRs in other repos?

If so, please mention them to keep the conversations linked together.

Other Information

If there's anything else that's important and relevant to your pull
request, mention that information here. This could include
benchmarks, or other information.

Your PR will be reviewed by a core team member and they will work with you to get your changes merged in a timely manner. If merged your PR will automatically be added to the changelog in the next release.

Thanks for contributing to Campus INSA Centre-Val de Loire! ❤️

.env Outdated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The principal concerns about .env file is to store secrets so you must never commit it.

@@ -23,7 +23,7 @@ module.exports = {
// This object corresponds to object you would export in .remarkrc file
plugins: [
'preset-lint-markdown-style-guide',
['lint-no-heading-punctuation', '.,;:!?'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change makes it possible to end titles with punctuation without eslint issuing an error. For example:

https://github.com/Campus-INSA-CVL/campus-website/pull/112/files#diff-e361bd9e0b07d409be405262b935a30494bddaf83346f532804cce6dd8e73be4R97

.gitignore Outdated
@@ -59,7 +59,7 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
# .env # commented because it's used by the project
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restore this line please.

README.md Outdated
@@ -35,9 +35,13 @@ When adding some images, please resize and compress them !
**Steps**

```bash
# install dependencies
# install dependencies (execute this command with admin rights)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed if your installation is correct!

README.md Outdated
$ npm install

# set environment variables (because nuxt doesn't support .env files)
$ set NODE_OPTIONS=--openssl-legacy-provider # for Windows
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you setting this env var?

@SimonLeclere
Copy link
Contributor

Well, I've just committed a fix that reverts the changes made for nodeJS v18 and fixes the points raised by your review.

The project uses nodeJS v16 LTS again.

@SimonLeclere SimonLeclere requested a review from Barbapapazes May 6, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants