Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.15 KB

contributing.md

File metadata and controls

37 lines (27 loc) · 2.15 KB

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Adding to the List

Please ensure your pull request adheres to the following guidelines:

  • Make sure the list is useful before submitting. That implies it has enough content and every item has a good succinct description.
  • Make an individual pull request for each suggestion.
  • Follow the style of existing list items.
  • Use the following format: [List Name](link)
  • New categories or improvements to the existing categorization are welcome.
  • Check your spelling and grammar.
  • Make sure your text editor is set to remove trailing whitespace.
  • The pull request and commit should have a useful title.

Step-by-Step Tutorial

  1. Create a GitHub account if you don't have one.
  2. Access to the repository page of this project awesome-opensees.
  3. In the file list, click on the readme.md file.
  4. Click on the edit button (the pencil icon) on the top right of the file content container.
  5. Now you can start editing the file in the in-browser editor, using GitHub Flavored Markdown.
  6. After you have done, click on the Preview button, revise by yourself, make sure you follow the guidelines above.
  7. At the bottom of the editor, describe the reason you are proposing the changes. Be concise and coherent.
  8. Click on the green Propose file change button.
  9. Submit the pull request.

Contribute .tcl codes

The tcl directory is a collection of reusable tcl procedure defination scripts. If you want to contribute to the scripts, please enter the directory, and read note to contributors. A template tcl file is provided. Just follow the guidelines, and the template. Everyone is welcome to contribute your code.

Other resources