Skip to content
Open
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
83 changes: 55 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,60 +1,87 @@
name: Bug Report
description: Report a bug in AppFactory
description: File a bug report to help us improve App Factory
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please provide as much detail as possible.

- type: dropdown
id: pipeline
attributes:
label: Which pipeline?
label: Which pipeline are you using?
description: What type of app are you building?
options:
- app-factory
- dapp-factory
- agent-factory
- plugin-factory
- miniapp-pipeline
- website-pipeline
- Root/General
- Mobile App (app-factory)
- Website (website-pipeline)
- dApp (dapp-factory)
- AI Agent (agent-factory)
- Claude Plugin (plugin-factory)
- Base Mini App (miniapp-pipeline)
- Clawbot Assistant (claw-pipeline)
- Other/Unknown
validations:
required: true

- type: textarea
id: description
id: what-happened
attributes:
label: What happened?
description: Describe the bug clearly
description: Describe the bug. What did you expect to happen instead?
placeholder: Tell us what you see!
validations:
required: true

- type: textarea
id: expected
attributes:
label: What did you expect?
description: Describe the expected behavior
validations:
required: true

- type: textarea
id: reproduce
id: steps
attributes:
label: Steps to reproduce
description: How can we reproduce this issue?
placeholder: |
1. Run `claude` in app-factory
2. Describe "..."
3. See error
1. Run command...
2. Enter description...
3. See error...
validations:
required: true

- type: textarea
id: logs
attributes:
label: Relevant logs or output
description: Paste any relevant error messages or logs
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

- type: input
id: version
attributes:
label: AppFactory version
description: Check package.json or CHANGELOG.md
placeholder: "v11.0"
label: App Factory Version
description: What version of App Factory are you running? (check package.json or `npm list appfactory`)
placeholder: "ex. 12.0.1"

- type: dropdown
id: os
attributes:
label: Operating System
options:
- macOS
- Linux
- Windows
- Other

- type: input
id: node-version
attributes:
label: Node.js Version
description: What version of Node.js are you using? (run `node --version`)
placeholder: "ex. v18.17.0"

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- label: I agree to follow this project's Code of Conduct
required: true
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com/MeltedMindz/AppFactory/discussions
about: Ask questions and discuss ideas
- name: Documentation
url: https://github.com/MeltedMindz/AppFactory/tree/main/docs
about: Read the documentation
- name: 📖 Documentation
url: https://github.com/MeltedMindz/AppFactory#readme
about: Check the documentation for guides and examples
- name: 💬 Discord Community
url: https://discord.com/invite/clawd
about: Join our Discord community for questions and discussions
- name: 🚀 App Factory Live
url: https://appfactory.fun
about: Try App Factory online (token launchpad mode)
- name: 🛠️ Factory App Builder
url: https://factoryapp.dev
about: Try the builder platform (prompt mode)
83 changes: 60 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,88 @@
name: Feature Request
description: Suggest a new feature for AppFactory
labels: ["enhancement"]
description: Suggest an idea for App Factory
title: "[Feature]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Your ideas help make App Factory better.

- type: dropdown
id: pipeline
id: category
attributes:
label: Which pipeline?
label: Feature Category
description: What area does this feature request relate to?
options:
- app-factory
- dapp-factory
- agent-factory
- plugin-factory
- miniapp-pipeline
- website-pipeline
- Root/General
- New pipeline
- New Pipeline Type
- Existing Pipeline Enhancement
- CLI/Developer Experience
- Documentation
- Performance
- Security
- Integration
- Other
validations:
required: true

- type: textarea
id: problem
attributes:
label: What problem does this solve?
description: Describe the use case or problem
label: Problem Statement
description: What problem does this feature solve? Is your feature request related to a problem?
placeholder: "I'm frustrated when..."
validations:
required: true

- type: textarea
id: solution
attributes:
label: Proposed solution
description: How would you like this to work?
label: Proposed Solution
description: What would you like to happen? Describe your ideal solution.
placeholder: "I would like..."
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Any other approaches you've thought of?
label: Alternatives Considered
description: What alternative solutions or features have you considered?
placeholder: "I've also considered..."

- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context, mockups, or examples about the feature request.

- type: dropdown
id: priority
attributes:
label: Priority (your assessment)
label: Priority
description: How important is this feature to you?
options:
- Nice to have
- Important
- Critical
validations:
required: true

- type: checkboxes
id: implementation
attributes:
label: Implementation
description: Are you interested in implementing this feature?
options:
- label: I'm willing to submit a PR for this feature
- label: I can help with testing
- label: I can help with documentation

- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our Code of Conduct
options:
- Critical - Blocking my workflow
- High - Would significantly improve experience
- Medium - Nice to have
- Low - Someday would be nice
- label: I agree to follow this project's Code of Conduct
required: true
1 change: 0 additions & 1 deletion dapp-factory/generated/base-whale-watch
Submodule base-whale-watch deleted from c2a0fd
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading