Skip to content

Commit 4d1037d

Browse files
committed
Cleanup repo: remove legacy files, streamline CONTRIBUTING
1 parent b07e587 commit 4d1037d

File tree

7 files changed

+37
-1041
lines changed

7 files changed

+37
-1041
lines changed

.github/CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Contributing Guidelines
2+
3+
Thanks for your interest in contributing to SwiftDataTables!
4+
5+
## Reporting Bugs
6+
7+
Use [GitHub Issues](https://github.com/pavankataria/SwiftDataTables/issues) to report bugs.
8+
9+
Before creating a new issue:
10+
- Make sure you're using the [latest release](https://github.com/pavankataria/SwiftDataTables/releases)
11+
- Check if it was [already reported](https://github.com/pavankataria/SwiftDataTables/issues?q=is%3Aissue)
12+
13+
When reporting, include:
14+
- Xcode and iOS versions
15+
- Full console output or stack trace
16+
- Steps to reproduce
17+
18+
## Feature Requests
19+
20+
**[Vote for features](https://swiftdatatables.pavankataria.com/vote)** — your votes shape the roadmap.
21+
22+
## Pull Requests
23+
24+
Look for issues tagged `help wanted` to get started.
25+
26+
- One fix or feature per PR
27+
- Add tests if possible
28+
- Update the example project for new features
29+
- Document any new APIs
30+
31+
### Workflow
32+
33+
1. Fork and clone the repo
34+
2. Create a feature branch: `git checkout -b my-feature`
35+
3. Make your changes and commit
36+
4. Rebase on master: `git pull --rebase upstream master`
37+
5. Push and open a PR

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)