Skip to content

Commit a72ffdc

Browse files
authored
✨ make repo public (#2)
* ✨ make repo public * 🔧 add dependabot * 👷 add release drafter
1 parent b72d482 commit a72ffdc

File tree

12 files changed

+392
-13
lines changed

12 files changed

+392
-13
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
labels: bug
5+
---
6+
7+
<!-- Please use this template while reporting a bug and provide as much info as possible. -->
8+
9+
### Bug Description
10+
11+
<!-- A description of what the bug is. -->
12+
13+
### Expected Behavior
14+
15+
<!-- A description of what you expected to happen. -->
16+
17+
### How to Reproduce
18+
19+
<!-- A description or list of steps how to reproduce the bug. -->
20+
21+
### Context
22+
23+
<!--- How has this issue affected you? What are you trying to accomplish? -->
24+
25+
### Environment
26+
27+
<!--- Include as many relevant details about the environment you experienced the bug in -->
28+
29+
- Version:
30+
- OS:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: 'Feature Request'
3+
about: 'Suggest new features and changes'
4+
labels: enhancement
5+
---
6+
7+
<!--- Provide a general summary of the feature request in the title above -->
8+
9+
### Feature Suggestion
10+
11+
<!--- Tell us how we could improve your experience -->
12+
13+
### Possible Implementation
14+
15+
<!--- Not obligatory, but ideas as to the implementation of the addition or change -->
16+
17+
### Context
18+
19+
<!--- What are you trying to accomplish? -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Type of Change
2+
3+
<!-- Select the type of your PR -->
4+
5+
- [ ] Bugfix
6+
- [ ] Enhancement / new feature
7+
- [ ] Refactoring
8+
- [ ] Documentation
9+
10+
### Description
11+
12+
<!-- Please describe your pull request -->
13+
14+
### Checklist
15+
16+
<!-- Please go through this checklist and make sure all applicable tasks have been done -->
17+
18+
- [ ] Write tests
19+
- [ ] Make sure all tests pass
20+
- [ ] Update documentation
21+
- [ ] Review the [Contributing Guideline](../blob/master/CONTRIBUTING.md) and sign CLA
22+
- [ ] Reference relevant issue(s) and close them after merging

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
time: "08:00"
8+
timezone: "Europe/Berlin"
9+
open-pull-requests-limit: 5

.github/release-drafter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
template: |
2+
## What’s Changed
3+
4+
$CHANGES

.github/workflows/cla.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: "CLA Assistant"
2+
3+
on:
4+
issue_comment:
5+
types: [created]
6+
pull_request:
7+
types: [opened,closed,synchronize]
8+
9+
jobs:
10+
CLAssistant:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: "CLA Assistant"
16+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
17+
uses: cla-assistant/[email protected]
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
PERSONAL_ACCESS_TOKEN: ${{ secrets.OSS_CONTRIBUTOR_LICENSE_AGREEMENT }}
21+
with:
22+
path-to-signatures: 'signatures/version1/cla.json'
23+
path-to-document: 'https://github.com/Staffbase/github-action-issue-id-collection/blob/master/CLA.md'
24+
branch: 'signatures'
25+
allowlist: flaxel,soemo,timkante,axdotl,bot*

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Release Drafter
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
update_release_draft:
10+
uses: Staffbase/gha-workflows/.github/workflows/[email protected]

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Intellij
2+
.idea/*

CLA.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
### Staffbase GmbH. - Individual Contributor License Agreement (CLA)
2+
3+
---
4+
5+
This CLA is for individuals to contribute to any of the projects owned or managed by Staffbase in which software is offered under a license approved by the Open Source Initiative (OSI) (www.opensource.org).
6+
For more about Staffbase’s CLA process, please see the CONTRIBUTING.MD file.
7+
8+
---
9+
10+
In order to clarify the intellectual property license granted with Contributions (defined below) from any person or entity, Staffbase GmbH ("**Staffbase**") must have a Contributor License Agreement ("**CLA**" or “**Agreement**”)) on file that has been signed or accepted by each Contributor, indicating agreement to the license terms below. **This license is for your protection as a Contributor as well as the protection of Staffbase; it does not change your rights to use your own Contributions for any other purpose.**
11+
12+
You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Staffbase.
13+
14+
**Except for the license granted herein to Staffbase and recipients of software distributed by Staffbase, You reserve all right, title, and interest in and to Your Contributions.**
15+
16+
1. **Definitions.**
17+
"**You**" (or "**Your**") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Staffbase. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means: **(i)** the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise; or **(ii)** ownership of fifty percent (50%) or more of the outstanding shares; or **(iii)** beneficial ownership of such entity.
18+
"**Contribution**" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Staffbase for inclusion in, or documentation of, any of the products owned or managed by Staffbase (the "**Work**"). For the purposes of this definition, "**submitted**" means any form of electronic, verbal, or written communication sent to Staffbase or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Staffbase for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."
19+
20+
2. **Grant of Copyright License.** Subject to the terms and conditions of this Agreement, You hereby grant to Staffbase and to recipients of software distributed by Staffbase a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works.
21+
22+
3. **Grant of Patent License.** Subject to the terms and conditions of this Agreement, You hereby grant to Staffbase and to recipients of software distributed by Staffbase a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Agreement for that Contribution or Work shall terminate as of the date such litigation is filed.
23+
24+
4. **You represent that you are legally entitled to grant the above license. If your employer(s) has rights to intellectual property that you create that includes your Contributions, you represent that you have received permission to make Contributions on behalf of that employer, that your employer has waived such rights for your Contributions to Staffbase, or that your employer has executed a separate Corporate CLA with Staffbase.**
25+
26+
5. You represent that each of Your Contributions is Your original creation (see section 7 for submissions on behalf of others). You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions.
27+
28+
6. **You are not expected to provide support for Your Contributions, except to the extent You desire to provide support.** You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in writing, You provide Your Contributions on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON- INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE.
29+
30+
7. **Submitting the work of others.** Should You wish to submit work that is not Your original creation, You may submit it to Staffbase separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]".
31+
32+
8. You agree to notify Staffbase of any facts or circumstances of which you become aware that would make these representations inaccurate in any respect.
33+
34+
---
35+
36+
By signing or clicking to accept this contributor license agreement, I understand and agree that this project and contributions to it are public and that a record of the contribution (including all personal information I submit with it, including my full name and email address) is maintained indefinitely and may be redistributed consistent with this project, compliance with the open source license(s) involved, and maintenance of authorship attribution.
37+
38+
---
39+
40+
### Sign Electronically
41+
42+
By adding the following comment on the Pull Request You agree to, and accept, all the terms of this CLA: "I have read the CLA Document and I hereby sign the CLA"

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributing
2+
3+
Staffbase uses CLAs, or Contributor License Agreements, to manage contributions to Free and Open Source Software projects that it hosts.
4+
5+
Staffbase uses two versions of the CLA:
6+
7+
- An **Individual CLA** for individual contributors. This can be signed through CLA Assistant when submitting a commit in GitHub.
8+
- A **Corporate CLA**, for companies that would like to sign one CLA for their contributors. Please contact opensource(at)staffbase.com in this case.
9+
10+
Staffbase’s two CLAs are based on the Apache Software Foundation CLAs that are widely in use for various free and open source software projects. Our changes are generally limited to replacing Staffbase as the licensee, minor formatting changes and headings added for readability, and to comply with our CLA process integrated into GitHub or our processes around signature and management of the software project.

0 commit comments

Comments
 (0)