Skip to content

Commit eca7ad3

Browse files
authored
Add files related to contributions. (#3828)
* Add files related to contributions. * Reorder names. * Add emit contributors.
1 parent fd22e24 commit eca7ad3

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed

CODE_OF_CONDUCT.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our
7+
project and our community a harassment-free experience for everyone,
8+
regardless of age, body size, disability, ethnicity, sex
9+
characteristics, gender identity and expression, level of experience,
10+
education, socio-economic status, nationality, personal appearance,
11+
race, religion, or sexual identity and orientation.
12+
13+
## Our Standards
14+
15+
Examples of behavior that contributes to creating a positive environment
16+
include:
17+
18+
* Using welcoming and inclusive language
19+
* Being respectful of differing viewpoints and experiences
20+
* Gracefully accepting constructive criticism
21+
* Focusing on what is best for the community
22+
* Showing empathy towards other community members
23+
24+
Examples of unacceptable behavior by participants include:
25+
26+
* The use of sexualized language or imagery and unwelcome sexual
27+
attention or advances
28+
* Trolling, insulting/derogatory comments, and personal or political attacks
29+
* Public or private harassment
30+
* Publishing others' private information, such as a physical or electronic
31+
address, without explicit permission
32+
* Other conduct which could reasonably be considered inappropriate in a
33+
professional setting
34+
35+
## Our Responsibilities
36+
37+
Project maintainers are responsible for clarifying the standards of acceptable
38+
behavior and are expected to take appropriate and fair corrective action in
39+
response to any instances of unacceptable behavior.
40+
41+
Project maintainers have the right and responsibility to remove, edit, or reject
42+
comments, commits, code, wiki edits, issues, and other contributions that are
43+
not aligned to this Code of Conduct, or to ban temporarily or permanently any
44+
contributor for other behaviors that they deem inappropriate, threatening,
45+
offensive, or harmful.
46+
47+
## Scope
48+
49+
This Code of Conduct applies both within project spaces and in public spaces
50+
when an individual is representing the project or its community. Examples of
51+
representing a project or community include using an official project e-mail
52+
address, posting via an official social media account, or acting as an appointed
53+
representative at an online or offline event. Representation of a project may be
54+
further defined and clarified by project maintainers.
55+
56+
## Attribution
57+
58+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
59+
version 1.4, available at
60+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
61+
62+
[homepage]: https://www.contributor-covenant.org
63+
64+
For answers to common questions about this code of conduct, see
65+
https://www.contributor-covenant.org/faq

CONTRIBUTING.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Contributing
2+
3+
We absolutely welcome any code contributions and we hope that this
4+
guide will facilitate an understanding of the PyAEDT code
5+
repository. It is important to note that while the PyAEDT software
6+
package is maintained by ANSYS and any submissions will be reviewed
7+
thoroughly before merging, we still seek to foster a community that can
8+
support user questions and develop new features to make this software
9+
a useful tool for all users. As such, we welcome and encourage any
10+
questions or submissions to this repository.
11+
12+
For contributing to this project, please refer to the [PyAnsys Developer's Guide].
13+
14+
[PyAnsys Developer's Guide]: https://dev.docs.pyansys.com/index.html

CONTRIBUTORS.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributors
2+
3+
## Project Lead
4+
5+
* [Massimo Capodiferro](https://github.com/maxcapodi78)
6+
7+
## Individual Contributors
8+
9+
* [Samuel Lopez](https://github.com/Samuelopez-ansys)
10+
* [Simon Vandenbrouck](https://github.com/svandenb-dev)
11+
* [Alberto Di Maria](https://github.com/Alberto-DM)
12+
* [Giulia Malinverno](https://github.com/gmalinve)
13+
* [Hui Zhou](https://github.com/ring630)
14+
* [Devin Crawford](https://github.com/dcrawforAtAnsys)
15+
* [Kathy Pippert](https://github.com/PipKat)
16+
* [Lorenzo Vecchietti](https://github.com/lorenzovecchietti)
17+
* [Maxime Rey](https://github.com/MaxJPRey)
18+
* [Sébastien Morais](https://github.com/SMoraisAnsys)
19+
* [Matthew Young](https://github.com/myoung301)
20+
* [Josh Salant](https://github.com/jsalant22)

0 commit comments

Comments
 (0)