Skip to content

Commit

Permalink
Feature/24 feature allow calling attach on an instance of a class wit…
Browse files Browse the repository at this point in the history
…hout modifying the class itself (#25)
  • Loading branch information
mxndtaylor authored Jun 10, 2024
2 parents 8cd354a + 39c4832 commit 3bfe44e
Show file tree
Hide file tree
Showing 10 changed files with 299 additions and 49 deletions.
26 changes: 14 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,34 @@
name: Bug report
about: Create a report to help us improve
title: 'Bug: '
labels: ''
labels:
- bug
assignees: mxndtaylor

---

**Describe the bug**
## Describe the bug
A clear and concise description of what the bug is, should not be more than a sentence or maybe two.
Add anything more than that to additional context please.

**To Reproduce**
Steps to reproduce the behavior:
1. define class with "..."
2. use [`aliasing` feature] '....'
3. ...
## To Reproduce
**Steps to reproduce the behavior:**
1. define class with '...'
2. use [insert `aliasing` feature here] '...'
3. '...'
4. Encounter issue

**Expected behavior**
## Expected behavior
A clear and concise description of what you expected to happen.

**Screenshots**
## Screenshots
If applicable, add screenshots to help explain your problem.

**Machine Information (please complete the following information):**
## Machine Information
**(please complete the following information)**:
- OS: [e.g. ubuntu]
- `python` version: [`aliasing` should support `python` 3.8+]
- `python` version: [`aliasing` should support `python`>=3.8]
- `aliasing` version: [e.g. 0.3.1]

**Additional context**
## Additional context
Add any other context about the problem here.
22 changes: 17 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,31 @@
name: Feature request
about: Suggest an idea for this project
title: 'Feature: '
labels: ''
labels:
- feature
assignees: mxndtaylor

---

**Is your feature request related to a problem? Please describe.**
## Is your feature request related to a problem?
**if so Please describe**:

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
## Describe the solution you'd like
**describe the way you'd like to activate or invoke this feature and what you like it to do.**
**Ex: when I call method `alias.attach('example')` on an object then I should be able to
use 'example' to reference some property on the object**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
## Describe alternatives you've considered
**libraries/modules, techniques or existing features you've used to try and emulate the requested feature**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
## Additional context
**feel free to use this to say more about why you think this module should support it,
or if you'd like guidance on how to contribute to its implementation, or anything like that.**

Add any other context or screenshots about the feature request here.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: Miscellaneous
about: For anything else
title: ''
labels: ''
labels:
- other
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion badges/tests.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion badges/timestamp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wed Jun 5 13:52:16 UTC 2024
Mon Jun 10 11:36:02 UTC 2024
Loading

0 comments on commit 3bfe44e

Please sign in to comment.