Skip to content

Commit b7809b9

Browse files
committed
Licenses and other requirements
1 parent d3f011d commit b7809b9

6 files changed

Lines changed: 141 additions & 5 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
# 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 project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of
9+
experience, education, socio-economic status, nationality, personal appearance,
10+
race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or reject
41+
comments, commits, code, wiki edits, issues, and other contributions that are
42+
not aligned to this Code of Conduct, or to ban temporarily or permanently any
43+
contributor for other behaviors that they deem inappropriate, threatening,
44+
offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
This Code of Conduct also applies outside the project spaces when the Project
56+
Steward has a reasonable belief that an individual's behavior may have a
57+
negative impact on the project or its community.
58+
59+
## Conflict Resolution
60+
61+
We do not believe that all conflict is bad; healthy debate and disagreement
62+
often yield positive results. However, it is never okay to be disrespectful or
63+
to engage in behavior that violates the project’s code of conduct.
64+
65+
If you see someone violating the code of conduct, you are encouraged to address
66+
the behavior directly with those involved. Many issues can be resolved quickly
67+
and easily, and this gives people more control over the outcome of their
68+
dispute. If you are unable to resolve the matter for any reason, or if the
69+
behavior is threatening or harassing, report it. We are dedicated to providing
70+
an environment where participants feel welcome and safe.
71+
72+
Reports should be directed to alexnj@google.com, mathiasb@google.com, the
73+
Project Steward(s) for chromedriver-bug-repro-templates. It is the Project
74+
Steward’s duty to receive and address reported violations of the code of
75+
conduct. They will then work with a committee consisting of representatives from
76+
the Open Source Programs Office and the Google Open Source Strategy team.
77+
If for any reason you are uncomfortable reaching out to the Project Steward,
78+
please email opensource@google.com.
79+
80+
We will investigate every complaint, but you may not receive a direct response.
81+
We will use our discretion in determining when and how to follow up on reported
82+
incidents, which may range from not taking action to permanent expulsion from
83+
the project and project-sponsored spaces. We will notify the accused of the
84+
report and provide them an opportunity to discuss it before any action is taken.
85+
The identity of the reporter will be omitted from the details of the report
86+
supplied to the accused. In potentially harmful situations, such as ongoing
87+
harassment or threats to anyone's safety, we may take action without notice.
88+
89+
## Attribution
90+
91+
This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
92+
available at
93+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
94+
95+
Note: A version of this file is also available in the
96+
[New Project repo](https://github.com/google/new-project/blob/master/docs/code-of-conduct.md).

CONTRIBUTING.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
# How to contribute
3+
4+
We'd love to accept your patches and contributions to this project.
5+
6+
## Before you begin
7+
8+
### Sign our Contributor License Agreement
9+
10+
Contributions to this project must be accompanied by a
11+
[Contributor License Agreement](https://cla.developers.google.com/about) (CLA).
12+
You (or your employer) retain the copyright to your contribution; this simply
13+
gives us permission to use and redistribute your contributions as part of the
14+
project.
15+
16+
If you or your current employer have already signed the Google CLA (even if it
17+
was for a different project), you probably don't need to do it again.
18+
19+
Visit <https://cla.developers.google.com/> to see your current agreements or to
20+
sign a new one.
21+
22+
### Review our community guidelines
23+
24+
This project follows
25+
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).
26+
27+
## Contribution process
28+
29+
### Code reviews
30+
31+
All submissions, including submissions by project members, require review. We
32+
use GitHub pull requests for this purpose. Consult
33+
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
34+
information on using pull requests.
File renamed without changes.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ for different operating system and technology combinations.
1111
4. Click "Create repository from template."
1212
5. Clone the newly created repository to your local machine.
1313
6. Follow the instructions in the README.md file of the specific template you want to use to reproduce a bug.
14-
15-
## Contributing
16-
17-
TBD
14+
7. Included GitHub action workflows will setup the environment and run the script to reproduce the bug, and collect ChromeDriver verbose log in the action log.
1815

1916
## License
2017

21-
Apache 2.0. See the included LICENSE.txt.
18+
Apache 2.0. See the included [LICENSE](./LICENSE).
2219

2320
This is not an officially supported Google product. This project is not eligible for the [Google Open Source Software Vulnerability Rewards Program](https://bughunters.google.com/open-source-security).

ubuntu-selenium-java/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
<artifactId>ubuntu-selenium-java</artifactId>
2424
<version>1.0-SNAPSHOT</version>
2525

26+
<licenses>
27+
<license>
28+
<name>Apache License, Version 2.0</name>
29+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
30+
<distribution>repo</distribution>
31+
</license>
32+
</licenses>
33+
2634
<properties>
2735
<maven.compiler.source>11</maven.compiler.source>
2836
<maven.compiler.target>11</maven.compiler.target>

windows-selenium-csharp/RegressionTest.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
78

89
<IsPackable>false</IsPackable>
910
<IsTestProject>true</IsTestProject>

0 commit comments

Comments
 (0)