Skip to content

Commit

Permalink
Merge pull request #409 from ropensci/issues-templates
Browse files Browse the repository at this point in the history
Update issues templates
  • Loading branch information
Aariq authored Aug 15, 2023
2 parents cfe0233 + 6937808 commit 7cb91fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Describe a bug you've seen or problem you've encountered
---
Please briefly describe your problem and what output you expect.
If you have a question, please try using stackoverflow <http://stackoverflow.com> first.
If you have a question, please ask in the [Discussions](https://github.com/ropensci/webchem/discussions) first.

## Minimal reproducible example

Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/ropensci/webchem/discussions
about: Ask for help using `webchem` or propose an idea.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/database_request.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
name: Database suggestion
about: Suggest a databaset to be integrated into webchem
about: Suggest a new data source to be accessed via `webchem`
labels: "data source"
---

Please answer the following questions to the best of your ability so contributors can get a sense of whether they might be excited about working on adding this functionality to `webchem`. If you're intersted in contributing code to access this database yourself, please indicate this and also see CONTRIBUTING.md
Please answer the following questions to the best of your ability so contributors can get a sense of whether they might be excited about working on adding this functionality to `webchem`. If you're interested in contributing code to access this database yourself, please indicate this and also see CONTRIBUTING.md

### Suggested database: <name and link to home page>

1. **Feasibility**. Does the database provide an API? If not, does the database allow scraping? This information might be in an FAQ or About page. If you can't find it, don't worry, we'll look into it.

2. **Scope**. What kind of data does the database contain? It should be primarily chemical properties, but databases of chemical identifiers or synonyms may also be considered.

3. **Overlap**. How much does the database contents overlap with current databases that webchem can access? Does it provide unique properties and/or data on a unique set of chemicals?
3. **Overlap**. How much does the database contents overlap with current databases that `webchem` can access? Does it provide unique properties and/or data on a unique set of chemicals?


0 comments on commit 7cb91fd

Please sign in to comment.