Skip to content

chore: Updated to remove templating and localize repo information. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
####################################################
#
# List of approvers for <project-name> project
#
#####################################################
#
# Learn about CODEOWNERS file format:
# https://help.github.com/en/articles/about-code-owners
#
Expand All @@ -12,8 +6,4 @@
# the repository. Unless a later match takes precedence,
# the following users/teams will be requested for
# review when someone opens a pull request.
* @agntcy/<maintainer-team-name>

# Enforces admin protections for repo configuration via probot settings app.
# ref: https://github.com/probot/settings#security-implications
.github/settings.yml @agntcy/<admin-team-name>
* @CostaRegi @jnapper7
7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ body:
If applicable, provide the version number or release tag where this
issue was encountered
options:
- v1.0.0
- v1.0.1
- v1.0.2
- v1.0.3
- v0.0.1
default: 0
validations:
required: false
Expand All @@ -55,7 +52,7 @@ body:
label: Checklist
description: By submitting this issue, you agree to the following
options:
- label: I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
- label: I have read the [contributing guidelines](/agntcy/iomapper-agnt/blob/main/CONTRIBUTING.md)
required: true
- label: I have verified this does not duplicate an existing issue
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body:
label: Checklist
description: By submitting this request, you agree to the following
options:
- label: I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
- label: I have read the [contributing guidelines](/agntcy/iomapper-agnt/blob/main/CONTRIBUTING.md)
required: true
- label: |
I have verified this does not duplicate an existing feature request
Expand Down
43 changes: 0 additions & 43 deletions .github/linters/.markdownlint.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/linters/.yamllint.yml

This file was deleted.

29 changes: 1 addition & 28 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,28 +1 @@
# Description

Please provide a meaningful description of what this change will do, or is for.
Bonus points for including links to related issues, other PRs, or technical
references.

Note that by _not_ including a description, you are asking reviewers to do extra
work to understand the context of this change, which may lead to your PR taking
much longer to review, or result in it not being reviewed at all.

## Type of Change

- [ ] Bugfix
- [ ] New Feature
- [ ] Breaking Change
- [ ] Refactor
- [ ] Documentation
- [ ] Other (please describe)

## Checklist

- [ ] I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
- [ ] Existing issues have been referenced (where applicable)
- [ ] I have verified this change is not present in other open pull requests
- [ ] Functionality is documented
- [ ] All code style checks pass
- [ ] New code contribution is covered by automated tests
- [ ] All new and existing tests pass
Please provide a meaningful description of what this change will do, or is for.
119 changes: 0 additions & 119 deletions .github/settings.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/lint.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Environments
.env*
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

.vscode/
.idea/

# misc
.DS_Store
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
<INSERT_CONTACT_METHOD>. All complaints will be reviewed and investigated
[[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated
promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to Contribute

Thanks for your interest in contributing to `<project name>`! Here are a few
Thanks for your interest in contributing to IO-Mapper Agent project! Here are a few
general guidelines on contributing and reporting bugs that we ask you to review.
Following these guidelines helps to communicate that you respect the time of the
contributors managing and developing this open source project. In return, they
Expand All @@ -18,7 +18,7 @@ in any real-time space e.g., Slack, Discord, etc.

Before reporting a new issue, please ensure that the issue was not already
reported or fixed by searching through our [issues
list](https://github.com/org_name/repo_name/issues).
list](https://github.com/agntcy/iomapper-agnt/issues).

When creating a new issue, please be sure to include a **title and clear
description**, as much relevant information as possible, and, if possible, a
Expand All @@ -39,20 +39,20 @@ major version release.

## Other Ways to Contribute

We welcome anyone that wants to contribute to `<project name>` to triage and
We welcome anyone that wants to contribute to this project to triage and
reply to open issues to help troubleshoot and fix existing bugs. Here is what
you can do:

- Help ensure that existing issues follows the recommendations from the
_[Reporting Issues](#reporting-issues)_ section, providing feedback to the
issue's author on what might be missing.
- Review and update the existing content of our
[Wiki](https://github.com/org_name/repo_name/wiki) with up-to-date
[Wiki](https://github.com/agntcy/iomapper-agnt/wiki) with up-to-date
instructions and code samples.
- Review existing pull requests, and testing patches against real existing
applications that use `<project name>`.
applications that use the project.
- Write a test, or add a missing test case to an existing test.

Thanks again for your interest on contributing to `<project name>`!
Thanks again for your interest on contributing!

:heart:
5 changes: 2 additions & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Maintainers

- [GitHub Username](https://github.com/username)
- [GitHub Username](https://github.com/username)
- [GitHub Username](https://github.com/username)
- [Jeff Napper](https://github.com/jnapper7)
- [Reginaldo Costa](https://github.com/CostaRegi)
Loading