You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,23 @@ yarn build
78
78
79
79
This command generates static content into the `build` directory and can be served using any static contents hosting service.
80
80
81
-
## Adding Content
81
+
## Contributing
82
82
83
83
This describes how to add or modify the Website's content.
84
84
85
+
This is an open source project and contributions are what make an open source community.
86
+
Everyone is welcome to contribute to this project.
87
+
88
+
All involved are expected to follow the [PEcAn code of conduct](https://pecanproject.github.io/pecan-documentation/master/contributor-covenant-code-of-conduct.html) and contribute to a positive and inclusive environment.
89
+
90
+
First time contributors are welcome. Contributions can be very simple, make sure to check out issues labeled ['good first issue'](https://github.com/PecanProject/PecanProject.github.io/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22). If you have an idea, the best place to start a discussion is on the PEcAn project Slack channel, or by opening an issue in this repository.
91
+
92
+
Changes to `package-lock.json` and `yarn.lock` files should only be committed when:
93
+
94
+
- Adding a new dependency: Installing a new package will modify these lock files to ensure the exact version is documented.
95
+
- Updating an existing dependency: Running an update for a package will adjust these files to reflect the new versions.
96
+
- Removing a dependency: Uninstalling a package will update these files to remove the reference to the dependency.
97
+
85
98
### Add or Edit Feature Cards
86
99
87
100
Feature Cards on the website homepage highlight the key features of the PEcAn Project.
@@ -172,14 +185,6 @@ This section contains screenshots of website's homepage in light and dark theme.
172
185
173
186

174
187
175
-
## Contributing
176
-
177
-
This is an open source project and contributions are what make an open source community.
178
-
Everyone is welcome to contribute to this project.
179
-
All involved are expected to follow the [PEcAn code of conduct](https://pecanproject.github.io/pecan-documentation/master/contributor-covenant-code-of-conduct.html) and contribute to a positive and inclusive environment.
180
-
181
-
First time contributors are welcome. Contributions can be very simple, make sure to check out beginner friendly issues, if present.
182
-
183
188
## Editing a Documentation File
184
189
The PEcAn documentation is a crucial part of the project. We aim to make it comprehensive, accurate, and easy to navigate. When contributing to documentation, please keep the following in mind:
0 commit comments