Skip to content

Commit ccdc2a6

Browse files
author
brian-brewer
committed
toml mounts for manifesto.md and dte-dashboard only now served in Hugo Site. added CONTACT.md
1 parent 5a1f4ca commit ccdc2a6

File tree

16 files changed

+69
-113
lines changed

16 files changed

+69
-113
lines changed

.github/ISSUE_TEMPLATE/bug.report.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,4 @@ If you have ideas for a fix, share them! (e.g., “Check if data is undefined be
4343

4444
---
4545

46-
**Community Guidelines**:
47-
- Follow our [CODE_OF_CONDUCT.md](/community/CODE_OF_CONDUCT.md).
48-
- Discuss in [Slack]([Slack Invite Link]) (#trust-dashboard or #contributions) or X (#DTERevolution) for quick feedback.
49-
## Contact
50-
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
51-
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
52-
- **Contribute**: Fork the repo, enhance the dashboard, or add DTE tools. See [CONTRIBUTING.md](/community/CONTRIBUTING.md).
53-
- **Learn More**: Read the [DTE Manifesto](/Manifesto.md) for the full vision.
54-
- **Inquiries**: Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/mgQ7aRsXcaaFDTwf8) for private questions.
46+

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,3 @@ Who benefits and how? (e.g., “Enterprises need real-time compliance metrics,
3535
Any other details? (e.g., “Inspired by DataOps Principle #1: Continual feedback,” “Related to issue #123.”)
3636

3737
---
38-
39-
**Community Guidelines**:
40-
- Follow our [CODE_OF_CONDUCT.md](/community/CODE_OF_CONDUCT.md).
41-
- Discuss in [Slack]([Slack Invite Link]) (#contributions or #trust-dashboard) or X (#DTERevolution) for feedback.
42-
## Contact
43-
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
44-
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
45-
- **Contribute**: Fork the repo, enhance the dashboard, or add DTE tools. See [CONTRIBUTING.md](/community/CONTRIBUTING.md).
46-
- **Learn More**: Read the [DTE Manifesto](/Manifesto.md) for the full vision.
47-
- **Inquiries**: Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/GyhcRmzU15QspDZHA) for private questions.

CONTACT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Contact
3+
---
4+
5+
# Contact
6+
7+
Connect with the Data Trust Engineering (DTE) community to contribute, ask questions, or learn more about the #DTERevolution. For website contact info, visit [datatrustmanifesto.org](https://datatrustmanifesto.org).
8+
9+
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
10+
- **Inquiries**: Open a [Contact issue](https://github.com/datatrustengineering/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/LvYDSkBFvKpAc9af8)
11+
- **Issues**: [Report Issues & Propose Features](https://github.com/datatrustengineering/DataTrustEngineering/issues): Submit bug reports or suggest new artifacts
12+
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
13+
- **Contribute**: Fork the repo or enhance the dashboard. See [Contributing Guide](/community/CONTRIBUTING.md)

DEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Access at: http://localhost:1313
3232
## GitHub Pages Deployment
3333

3434
### 1. Enable GitHub Pages
35-
1. Go to your repository: `https://github.com/askbrianfx/DataTrustEngineering`
35+
1. Go to your repository: `https://github.com/datatrustengineering/DataTrustEngineering`
3636
2. Navigate to **Settings****Pages**
3737
3. Set **Source** to "GitHub Actions"
3838
4. Ensure the repository is public (required for free GitHub Pages)
@@ -86,7 +86,7 @@ hugo --minify
8686
### Option 3: GitHub Pages Subdomain
8787
Keep current configuration:
8888
```toml
89-
baseURL = "https://askbrianfx.github.io"
89+
baseURL = "https://datatrustengineering.github.io"
9090
```
9191

9292
## Post-Deployment Verification

Manifesto.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ DTE provides a path forward from traditional approaches. Fork the DataTrustEngin
150150

151151
**License**: MIT License  
152152
**Contribute**: Submit pull requests on GitHub.  
153-
## Contact
154-
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
155-
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
156-
- **Contribute**: Fork the repo, enhance the dashboard, or add DTE tools. See [CONTRIBUTING.md](/community/CONTRIBUTING).
157-
- **Learn More**: Read the [DTE Manifesto](/Manifesto) for the full vision.
158-
- **Inquiries**: Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/uq8w9bAS5GC85o5A6) for private questions.
159153

160154
#DTERevolution
161155

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Data Trust Engineering (DTE)
22

3-
[![GitHub Stars](https://img.shields.io/github/stars/[YourUsername]/DataTrustEngineering)](https://github.com/[YourUsername]/DataTrustEngineering/stargazers)
4-
[![GitHub Forks](https://img.shields.io/github/forks/[YourUsername]/DataTrustEngineering)](https://github.com/[YourUsername]/DataTrustEngineering/network)
3+
[![GitHub Stars](https://img.shields.io/github/stars/datatrustengineering/DataTrustEngineering)](https://github.com/[YourUsername]/DataTrustEngineering/stargazers)
4+
[![GitHub Forks](https://img.shields.io/github/forks/datatrustengineering/DataTrustEngineering)](https://github.com/[YourUsername]/DataTrustEngineering/network)
55
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE.md)
66
[![#DTERevolution](https://img.shields.io/badge/Join-%23DTERevolution-brightgreen)](https://x.com/hashtag/DTERevolution)
77

@@ -43,7 +43,7 @@ Explore [UseCases.md](UseCases.md) to see how to apply DTE principles with open-
4343
### Quick Start
4444
1. **Clone the Repo**:
4545
```bash
46-
git clone https://github.com/askbrianfx/DataTrustEngineering.git
46+
git clone https://github.com/datatrustengineeringx/DataTrustEngineering.git
4747
```
4848

4949
### Live Demo
@@ -101,16 +101,8 @@ DTE overcomes governance’s failures with:
101101

102102
## Community and Support
103103

104-
## Contact
105-
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
106-
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
107-
- **Contribute**: Fork the repo, enhance the dashboard, or add DTE tools. See [CONTRIBUTING.md](/community/CONTRIBUTING.md).
108-
- **Learn More**: Read the [DTE Manifesto](/Manifesto.md) for the full vision.
109-
- **Inquiries**: Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/uq8w9bAS5GC85o5A6) for private questions.
110-
111104
## Acknowledgments
112105

113-
DTE builds on the [DataOps Manifesto](https://dataopsmanifesto.org)’s agility and collaboration. Thanks to the DataOps community and contributors shaping DTE.
114106

115107
**Authors**: Brian Brewer | Founder | https://www.infolibcorp.com
116108

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ At **Data Trust Engineering (DTE)**, we prioritize the security of our artifacts
1717

1818
## Community Guidelines
1919
- Follow our [CODE_OF_CONDUCT.md](/community/CODE_OF_CONDUCT).
20-
- For general inquiries, use [Slack](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) or a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml).
20+
- For general inquiries, use [Slack](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) or a [Contact issue](https://github.com/datatrustengineering/DataTrustEngineering/issues/new?template=contact.yml).
2121
- Visit [datatrustmanifesto.org](https://datatrustmanifesto.org) for more.
2222

2323
Thank you for helping keep DTE secure and trusted!

SUPPORT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ title: Support
44

55
# Support for Data Trust Engineering (DTE)
66

7-
Welcome to **Data Trust Engineering (DTE)**! We’re here to help you engage with our community, contribute to artifacts like the [DTE Trust Dashboard](/tools/data-trust-dashboard/DTE_Trust_Dashboard), or learn about our mission to certify data systems by use case, risk, and value. Inspired by the [DataOps Manifesto](https://dataopsmanifesto.org), we value collaboration and agility. Here’s how to get help:
7+
Welcome to **Data Trust Engineering (DTE)**! We’re here to help you engage with our community, contribute to artifacts like the [DTE Trust Dashboard](/tools/data-trust-dashboard/DTE_Trust_Dashboard), or learn about our mission to certify data systems by use case, risk, and value. Here’s how to get help:
88

99
## How to Get Support
1010
- **Community Questions**:
1111
- Join our [Slack](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions) for real-time help.
12-
- Post in [GitHub Discussions](https://github.com/askbrianfx/DataTrustEngineering/discussions) (Q&A category) for community input.
12+
- Post in [GitHub Discussions](https://github.com/datatrustengineering/DataTrustEngineering/discussions) (Q&A category) for community input.
1313
- **Specific Inquiries**:
14-
- Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) for questions about collaboration, the manifesto, or contributions.
14+
- Open a [Contact issue](https://github.com/askbdatatrustengineering/DataTrustEngineering/issues/new?template=contact.yml) for questions about collaboration, the manifesto, or contributions.
1515
- Use our [contact form](https://forms.gle/uq8w9bAS5GC85o5A6) for private inquiries (e.g., enterprise partnerships).
1616
- **Bugs or Features**:
17-
- Report bugs via a [Bug Report issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=bug_report.md).
18-
- Suggest features via a [Feature Request issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=feature_request).
17+
- Report bugs via a [Bug Report issue](https://github.com/askbrdatatrustengineering/DataTrustEngineering/issues/new?template=bug_report.md).
18+
- Suggest features via a [Feature Request issue](https://github.com/askbrdatatrustengineering/DataTrustEngineering/issues/new?template=feature_request).
1919
- **Security or Code of Conduct Issues**:
2020
- Report privately via our [security form](https://forms.gle/BkMJNgfbMuavkUKc8). See [SECURITY.md](/SECURITY).
2121

community/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,3 @@ To report a violation, provide:
6464
- Screenshots or links to the content, if applicable.
6565
- Your preferred contact method for follow-up.
6666

67-
## Contact
68-
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
69-
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
70-
- **Contribute**: Fork the repo, enhance the dashboard, or add DTE tools. See [Contributing guidelines](/community/CONTRIBUTING).
71-
- **Learn More**: Read the [DTE Manifesto](/Manifesto) for the full vision.
72-
- **Inquiries**: Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/S7V4zySe7gPqq56f8) for private questions.
73-
```

community/CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,3 @@ Your contributions shape DTE! We recognize contributors by:
9999
## Questions or Ideas?
100100

101101
- **GitHub Issues**: Open an issue for questions, ideas, or feedback.
102-
## Contact
103-
- **Slack**: Join [datatrustengineering](https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw) (#general, #contributions)
104-
- **Website**: [datatrustmanifesto.org](https://datatrustmanifesto.org)
105-
- **Contribute**: Fork the repo, enhance the dashboard, or add DTE tools. See [CONTRIBUTING.md](/community/CONTRIBUTING).
106-
- **Learn More**: Read the [DTE Manifesto](/Manifesto) for the full vision.
107-
- **Inquiries**: Open a [Contact issue](https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml) or use our [contact form](https://forms.gle/S7V4zySe7gPqq56f8) for private questions.
108-
109-
Thank you for joining the #DTERevolution! Let’s certify data systems for a trusted, AI-ready future.

0 commit comments

Comments
 (0)